Table of Contents


NAME

randomize - initialize random number generator with seed (Decida Procedure)

USAGE

          randomize {seed ""}

ARGUMENTS

seed Integer for seeding random number array. If not specified, date call is used to get a random seed.

GLOBALS

rand_array Random number array.

RESULTS

If seed is not specified, use date call to get a random seed.
Random array rand_array is initialized using seed.
Initializes random arrays.
Returns seed.

AUTHOR

Richard Booth

Table of Contents