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
Deck
implementation used to implement other decks. - Range
Deck - a
Deck
that randomly draws elements from aRange
. - Slice
Deck - a
Deck
that randomly draws elements from a slice.