coba.random.random
- coba.random.random(min: float = 0, max: float = 1) float
Generate a uniform random number in [min,`max`).
- Parameters:
min – The minimum value for the random numbers.
max – The maximum value for the random numbers.
- Returns:
A uniform random number in [min,`max`).