coba.random.randoms

coba.random.randoms(n: int, min: float = 0, max: float = 1) Sequence[float]

Generate n uniform random numbers in [min,`max`).

Parameters:
  • n – How many uniform random numbers should be generated.

  • min – The minimum value for the random numbers.

  • max – The maximum value for the random numbers.

Returns:

The n uniform random numbers in [min,`max`).