WOLFRAM SYSTEM MODELER

Xorshift1024star

Random number generator xorshift1024*

Package Contents

initialState

Returns an initial state for the xorshift1024* algorithm

random

Returns a uniform random number with the xorshift1024* algorithm

Package Constants (1)

nState

Value: 33

Type: Integer

Description: The dimension of the internal state vector

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Random number generator xorshift1024*. This generator has a period of 2^1024 (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.

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Random.Generators.Xorshift1024star"]
Out[1]:=

Revisions

Date Description
June 22, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control