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§
- IntDeck
- core
Deckimplementation used to implement other decks. - Range
Deck - a
Deckthat randomly draws elements from aRange. - Slice
Deck - a
Deckthat randomly draws elements from a slice.