Expand description

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

Traits

  • 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.