call-random ( seq -- quot )
Random combinators

Prev:casep* ( assoc -- quot )
Next:execute-random ( seq -- quot )


Vocabulary
combinators.random

Inputs
seqa sequence of quotations


Outputs
None

Word description
Calls a random quotation from the given sequence of quotations.

Definition