gacha 0.0.1

Efficient gacha algorithm for high performance game servers
Documentation
1
2
3
pub trait Weighted {
    fn weight(&self) -> usize;
}