dicebag 0.3.33

Chaotic dice rolling!
Documentation
1
2
3
4
5
pub mod prim;

pub trait InclusiveRandomRange<T> {
    fn random_of(&self) -> T;
}