Next: random utils vectors, Previous: random utils misc, Up: random utils [Index]
The auxiliary library (vicare crypto randomisations lists)
exports bindings specialised to handle lists and randomness sources; it
is based on (vicare crypto randomisations)
only.
Given the closure number-maker returning a random number, build and return a new list of number-of-numbers random numbers.
Build and return a new list shuffling the elements of ell using randomness from the given source.
Return a closure that, when evaluated with no arguments, returns a randomly selected item from ell, using randomness from source.
Return a closure that, when evaluated with no arguments, returns a list of len items randomly selected from ell, using randomness from source.