#include <trng.h>
Public Methods | |
CLCG3_param (long a1_, long modulus1_, long a2_, long modulus2_, long a3_, long modulus3_) | |
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. |
Definition at line 2338 of file trng.h.
|
The parameter of the constructor specify the multipliers and the prime moduli.
|