Lua
C++
Edit

Seed

This function sets the seed for pseudorandom number calculation.

Syntax

Parameter Description
seed randoms seed to set

Example

Seed(Millisecs())

Print(Random())
Print(Random(10))
Print(Random(10, 20))
Copyright © 2024 Ultra Software.
All rights reserved.