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. | |
Matrix | a2 [190] |
Second component transition matrix powers. | |
The transition matrices of the two MRG components (in matrix form), raised to all powers of 2 from 1 to 191.
Definition at line 277 of file rng-stream.cc.
Matrix MRG32k3a::Precalculated::a1[190] |
First component transition matrix powers.
Definition at line 279 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 280 of file rng-stream.cc.
Referenced by MRG32k3a::PowerOfTwoConstants(), and MRG32k3a::PowerOfTwoMatrix().