#include <trng.h>
Public Methods | |
CLCG2_param (long a1_, long modulus1_, long a2_, long modulus2_) | |
Public Attributes | |
const long | a1 |
multiplier of 1st generator. | |
const long | modulus1 |
prime modulus of 1st generator. | |
const long | a2 |
multiplier of 2nd generator. | |
const long | modulus2 |
prime modulus of 2nd generator. |
Definition at line 2247 of file trng.h.
|
The parameter of the constructor specify the multipliers and the prime moduli.
|