#include <trng.h>
Public Methods | |
ParkMiller_param (long a_, long modulus_) | |
Public Attributes | |
const long | a |
multiplier. | |
const long | modulus |
prime modulus. |
Definition at line 1091 of file trng.h.
|
The parameter of the constructor specify the multiplier and the prime modulus.
|