Expand description
library for efficiently picking cards from a deck most effecient when picking a small number of items from a large deck
Modules
Structs
- core
Deck
implementation used to implement other decks. - a
Deck
that randomly draws elements from a slice.
Traits
- a Deck abstractly represents a source of distinct random elements.
- The core of a random number generator.
- convert a container-like type into a
Deck
that can be drawn from.