A Discrete-Event Network Simulator
API
MRG32k3a::Precalculated Struct Reference

The transition matrices of the two MRG components (in matrix form), raised to all powers of 2 from 1 to 191. More...

Public Attributes

Matrix a1 [190]
 First component transition matrix powers. More...
 
Matrix a2 [190]
 Second component transition matrix powers. More...
 

Detailed Description

The transition matrices of the two MRG components (in matrix form), raised to all powers of 2 from 1 to 191.

Definition at line 282 of file rng-stream.cc.

Member Data Documentation

Matrix MRG32k3a::Precalculated::a1[190]

First component transition matrix powers.

Definition at line 284 of file rng-stream.cc.

Referenced by MRG32k3a::PowerOfTwoConstants(), and MRG32k3a::PowerOfTwoMatrix().

Matrix MRG32k3a::Precalculated::a2[190]

Second component transition matrix powers.

Definition at line 285 of file rng-stream.cc.

Referenced by MRG32k3a::PowerOfTwoConstants(), and MRG32k3a::PowerOfTwoMatrix().


The documentation for this struct was generated from the following file: