#include <trng.h>
Public Methods | |
YARNLCG64_param (unsigned long long a_, unsigned long long b_, long g_) | |
Public Attributes | |
const unsigned long long | a |
multiplier. | |
const unsigned long long | b |
additive constant. | |
const long | g |
generating element modulo ![]() |
Definition at line 1754 of file trng.h.
|
The parameter of the constructor specify the multiplier, the additive constant and the generating element modulo
|