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