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