#include <trng.h>
Public Methods | |
LCG64_param (unsigned long long a_, unsigned long long b_) | |
Public Attributes | |
const unsigned long long | a |
multiplier. | |
const unsigned long long | b |
additive constant. |
Definition at line 1276 of file trng.h.
|
The parameter of the constructor specify the multiplier and the additive constant.
|