#include <trng.h>
Public Methods | |
EINVLCG64_param (long a_, long b_, long modulus_, unsigned long long c_, unsigned long long d_) | |
multiplier for linear congruential generator. More... | |
Public Attributes | |
const long | a |
multiplier for explicit inversive congruential generator. | |
const long | b |
additive constant for explicit inversive congruential generator. | |
const long | modulus |
prime modulus for explicit inversive congruential generator. | |
const unsigned long long | d |
multiplier for linear congruential generator. |
Definition at line 2656 of file trng.h.
|
The parameters of the constructor specify the multiplier, the additive constant and the prime modulus for the explicit inversive generator and the multiplier and the additive constant for the linear congruential generator.
|