#include <trng.h>
Public Methods | |
EINV_param (long a_, long b_, long modulus_) | |
Public Attributes | |
const long | a |
multiplier. | |
const long | b |
additive constant. | |
const long | modulus |
prime modulus. |
Definition at line 2559 of file trng.h.
|
The parameters of the constructor specify the multiplier and the prime modulus.
|