SimpleIO.IO_Random
Pseudo-random number generators (PRNG)
Initialize the generator with a random seed chosen in a system-dependent
way. If /dev/urandom is available on the host machine, it is used to
provide a highly random initial seed. Otherwise, a less random seed is
computed from system parameters (current time, process IDs).
IO_Random.int bound returns a random integer between 0 (inclusive) and
bound (exclusive). bound must be greater than 0 and less than 2{^30}.