Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#Rand

##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.

Clone this wiki locally