Random number generator xorshift64* with quicker initialization
Random number generator xorshift64*. This generator has a period of 2^64 (the period defines the number of random numbers generated before the sequence begins to repeat itself). In contrast to the version in Modelica, this version of the generator uses a single iteration to generate a new random number.
For an overview, comparison with other random number generators, and links to articles, see Math.Random.Generators.
Contents
| Name | Description |
|---|
initialState | Returns an initial state for the xorshift64* algorithm |
random | Returns a uniform random number with the xorshift64* algorithm |
| Date |
Description |
| June 22, 2015 |
|
Generated at 2025-11-01T19:21:16Z
by OpenModelicaOpenModelica 1.25.5 using GenerateDoc.mos