random1
The random1 function returns one random number following a uniform probability density function. The related random function creates a table of uniformly distributed random numbers.
n = random1()
n = gaussdev1( nMin, nMax )
nMin, nMax are the lower and upper limiting values in the array. if omitted, random numbers are created in the range [0, ..., 1 ]..
The random number is returned as a number.
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.