805 bytes added
, 07:58, 15 May 2020
<div style="font-size:30px">'''RANDOM(MaxNumber)'''</div><br/>
**RANDOM(),returns a random number with a value less than MaxNumber specified.
==Description==
*This function gives the real numbers, circulated in a uniformed way.
*The random numbers generate a sequence of numbers randomly.
*The generated random numbers are changing each time of the calculation.
==Examples==
#=RANDOM(3) = 1.55062430785339
#=RANDOM(|2|,4) = 46.92529523745179
#=RANDOM()+25 = 25.684887402923778
==Related Videos==
{{#ev:youtube|PiyApfbQ41c|280|center|RAND}}
==See Also==
*[[Manuals/calci/RANDOM | RANDOM ]]
*[[Manuals/calci/RANDBETWEEN | RANDBETWEEN ]]
==References==
*[http://www.techonthenet.com/excel/formulas/rand.php Rand Function]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]