Trait macroquad::rand::RandomRange[][src]

pub trait RandomRange {
    fn gen_range(low: Self, high: Self) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors