
functionrandomNumbers
Demonstrate the generation of uniform random numbers in the range 0..1
Extends from Modelica.Icons.Function (Icon for functions).
Outputs
| Type | Name | Default | Description |
| Boolean | ok | | |
| Real | r2 | | |
| Real | r4a | | |
| Real | r4b | | |
| Real | r4c | | |
| Real | r33 | | |
| Integer[Generators.Xorshift64star.nState] | state2 | | |
| Integer[Generators.Xorshift128plus.nState] | state4a | | |
| Integer[Generators.Xorshift128plus.nState] | state4b | | |
| Integer[Generators.Xorshift128plus.nState] | state4c | | |
| Integer[Generators.Xorshift1024star.nState] | state33 | | |
Revisions
| Date | Description |
| June 22, 2015 |
|