random.spad line 1 [edit on github]
Random number generators All random numbers used in the system should originate from the same generator.This package is intended to be the source.
randnum() is a random number between 0 and size().
randnum(n) is a random number between 0 and n-1.
reseed(n) restarts the random number generator at n.
seed() returns the current seed value.
size() is the base of the random number generator