#include <trng.h>
Public Methods | |
MRG3_param (long a1_, long a2_, long a3_, long modulus_) | |
Public Attributes | |
const long | a1 |
multiplier ![]() | |
const long | a2 |
multiplier ![]() | |
const long | a3 |
multiplier ![]() | |
const long | modulus |
modulus ![]() |
Definition at line 1453 of file trng.h.
|
The parameter of the constructor specify the multipliers and the modulus.
|