pub fn random_range<T>(low: T, high: T) -> TExpand description
Returns random number from the range [low, high].
The numbers are uniformly distributed over [low, high].
pub fn random_range<T>(low: T, high: T) -> TReturns random number from the range [low, high].
The numbers are uniformly distributed over [low, high].