delete-random ( seq -- elt )
Generating random integers

Prev:sample ( seq n -- seq' )
Next:random-bytes ( n -- byte-array )


Vocabulary
random

Inputs
seqa sequence


Outputs
eltan object


Word description
Deletes a random number from a sequence using remove-nth! and returns the deleted object.

Definition