WOLFRAM SYSTEM MODELER
Xorshift128plusRandom number generator xorshift128+ |
Returns an initial state for the xorshift128+ algorithm |
|
Returns a uniform random number with the xorshift128+ algorithm |
nState |
Value: 4 Type: Integer Description: The dimension of the internal state vector |
---|
This information is part of the Modelica Standard Library maintained by the Modelica Association.
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.
SystemModel["Modelica.Math.Random.Generators.Xorshift128plus"]
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|