Module random_permutation

Source
Expand description

A simple trait that allows pseudo-random permutations on arbitrary vecs.

Traits§

RandomPermutation
Pseudo-random permutation. It’s as secure as the combination of the seed with which the RandomNumberGenerator is constructed and the hash function it uses to cycle the elements.