gacha 0.0.1

Efficient gacha algorithm for high performance game servers
Documentation
1
2
3
4
5
6
mod draw_cards;
mod traits;

pub use traits::Weighted;

pub use self::draw_cards::{WeightedElement, WeightedList};