
functionrandom
Return a random number with a uniform distribution in the range 0.0 < result <= 1.0
Extends from Modelica.Icons.Function (Icon for functions).
Information
This partial function defines the input and output arguments of a
random(..) function of a random number generator package.
Outputs
| Type | Name | Default | Description |
| Real | result | | A random number with a uniform distribution on the interval (0,1] |
| Integer | stateOut | | The new internal states of the random number generator |
Revisions
| Date |
Description |
| June 22, 2015 |
|