Class |
RiTa |
||
---|---|---|---|
Name |
randomSeed |
||
Description | Sets the seed for RiTa's random number generator in order to control the sequences of random generations (useful for testing code containing random elements) | ||
Example |
seed = 345345; |
||
Parameters |
|
||
Returns |
|
||
Related | RiTa.randomWord(), RiTa.randomOrdering() | ||
Syntax |
RiTa.randomSeed(num); |
||
Platform | Java / JavaScript | ||