randomize ( seq -- randomized )
Generating random integers

Prev:Random protocol
Next:sample ( seq n -- seq' )


Vocabulary
random

Inputs
seqa sequence


Outputs
randomizeda sequence


Word description
Randomizes a sequence in-place with the Fisher-Yates algorithm and returns the sequence.

Definition