ContRap
The symbolic tool for control-flow based rapid prototyping.

Function random from numeric
Brief description

random(left:double,right:double):double

Returns a uniformly distributed floating point random number within the given range More ...

Function information
Name: random
Base:
Group: Built-in plugins:Random numbers
Icon:
Color: black
Authors: Aless Lasaruk
Copyright: (c) 2010 Aless Lasaruk

Detailed description

Returns a uniformly distributed floating point random number within the given range.

Input parameters
left: double
Left interval limit
right: double
Right inteval liit

Return values
Default return value: double
Random integer value