Top | Up (RNG) | < Previous (PAGE NAME) | Next (RND) >
Sets the randomizer seed of one of the 8 RNG channels.
RANDOMIZE channel% [, seed%]
parameter | description |
---|---|
channel% | channel # 0-7 |
seed% | The seed to use. If 0 or omitted, a random seed is used |
Seeded channels yielding the same result:
RANDOMIZE 0, 398
RANDOMIZE 1, 398
?RND(0,1000)
?RND(1,1000)
1 12Me21, “Random Numbers.” https://smilebasicsource.com/page?pid=992