A Discrete-Event Network Simulator
API
anonymous_namespace{rng-stream.cc}::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 291 of file rng-stream.cc.

Member Data Documentation

Matrix anonymous_namespace{rng-stream.cc}::Precalculated::a1[190]

First component transition matrix powers.

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

Referenced by anonymous_namespace{rng-stream.cc}::PowerOfTwoConstants(), and anonymous_namespace{rng-stream.cc}::PowerOfTwoMatrix().

Matrix anonymous_namespace{rng-stream.cc}::Precalculated::a2[190]

Second component transition matrix powers.

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

Referenced by anonymous_namespace{rng-stream.cc}::PowerOfTwoConstants(), and anonymous_namespace{rng-stream.cc}::PowerOfTwoMatrix().


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