You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
This unit contains the predefined subprograms that deal with random numbers.
All routines in the Rand unit are exported qualified (and thus must be prefaced with "Rand.").
##Entry Points
rand_real.html Returns a random real number.
rand_int.html Returns a random integer.
rand_reset.html Sets the seed in the default sequence to a default value.
rand_set.html Sets the seed in the default sequence to a specified value.
rand_next.html Returns a random real number from a sequence.
rand_seed.html Sets a seed in a sequence.