Random ();
Description
Returns a value with a positive sign, greater than or equal to 0.0
and less than 1.0
Example
declare lower;
input limit = 10;
plot Noise = Random() * limit;
The code draws a plot of random values ranging from 0
. to 10
.