Crate mako_infinite_shuffle
source ·Re-exports§
pub use number_encoding;
Modules§
Structs§
- Yeilds the pairing of each element in A with every element in B
- Iterates k-sized multiset (where entries are allowed to repeat) subsets of the n-sized input set
- Iterates k-sized subsets of the n-sized input set
- does all of A, then does B
- psuedorandomly permutes the given Indexing
Traits§
- separated from the above because these are not object-safe
Functions§
- I straight up don’t know how to abstract over different kinds of references dynamic or not. It may not be possible. I’ll just make everything public so that you can do what you need to.