Read value from random generator
Syntax: GetRnd(size)
GetRnd(size)
size defines output size
size
Returns: Returns (value%size)
Notes: This function returns a value from random generator with its modulo operation over given size
Example:
GetRnd(3), gives back numbers in range
GetRnd(3)
See also: SetRndSeed
Last updated 6 years ago