rrand min (number), max (number)
Given two numbers, this produces a float between the supplied min and max values exclusively. Both min and max need to be supplied. For random integers, see rrand_i
. If optional arg step:
is used, the result is quantised by step.
Introduced in v2.0
# Example 1 | |
|
|
# Example 2 | |
|
|