Crate rdeck

source ·
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

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.