- set_random(+Option)
-
Controls the random number generator that accessible through the
function random.
- seed(+Seed)
-
Set the seed of the random generator for this thread. Seed is
an integer or the atom
random
. If random
,
repeat the initialization procedure described with the function random/1.