Definitions for "Randomize"
to arrange or rearrange so that there is no predetermined order; to select by a random process; to assign (members of a group) into subgroups by a random process.
to randomly place volunteers into subgroups, especially to place into a placebo versus drug arm of a study.
arrange in random order; "Randomize the order of the numbers"
Keywords:  rnd, subroutine, pseudo, clock, seed
This subroutine causes the Random Function, Rnd, to generate a different sequence of pseudo-random numbers each time the program is run. It achieves this by accessing the computers clock to generate a different "seed" value for the Random function.