#include <trng.h>
Public Methods | |
CLCG4_param (long a1_, long modulus1_, long a2_, long modulus2_, long a3_, long modulus3_, long a4_, long modulus4_) | |
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. | |
const long | a3 |
multiplier of 3rd generator. | |
const long | modulus3 |
prime modulus of 3rd generator. | |
const long | a4 |
multiplier of 4th generator. | |
const long | modulus4 |
prime modulus of 4th generator. |
Definition at line 2441 of file trng.h.
|
The parameter of the constructor specify the multipliers and the prime moduli.
|