Expand description
A simple trait that allows pseudo-random permutations on arbitrary vec
s.
Traits§
- Random
Permutation - 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.