diff --git a/Language/Functions/Random Numbers/random.adoc b/Language/Functions/Random Numbers/random.adoc index 88e9e58bf..d882831ba 100644 --- a/Language/Functions/Random Numbers/random.adoc +++ b/Language/Functions/Random Numbers/random.adoc @@ -31,7 +31,7 @@ The random function generates pseudo-random numbers. === Parameters `min` - lower bound of the random value, inclusive (optional) -`max` - upper bound of the random value, exclusive +`max` - upper bound of the random value, exclusive (up to ????) [float] === Returns