Random number generator xorshift128+. This generator has a period of 2^128
(the period defines the number of random numbers generated before the sequence begins to repeat itself).
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 xorshift128+ algorithm |
random | Returns a uniform random number with the xorshift128+ algorithm |
Date | Description |
June 22, 2015 |
|
Generated at 2024-11-21T19:25:40Z
by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos