random


Purpose
Generate a random number.
Synopsis
function random:real
Return value
A randomly generated number between 0 and 1.
Example
In the following i is assigned a random value between 1 and 10:
i:= integer(round((10*random)+0.5))
Further information
Each model uses its own generator which is randomly initialized when the model execution starts. The sequence may also be reset using procedure setrandseed.
Related topics
setrandseed.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.