{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Rnd
Return a (pseudo-)random number between 0 (inclusive) and 1 (exclusive).
Usage:
Rnd() Rnd( seed )
Parameters:
seed | The seed used to create the pseudo-random numbers. If the seed is 0, the last used random value is returned. If the seed is negative, the random number generator is initialized with this number, which makes it possible to get random yet reproducible results. If the seed is positive, nothing special happens - the random numbers will not be reproducible. |
---|
Returns:
Numeric value
Examples:
rnd() //0.183 rnd() //0.511