gmp_randstate_t Constructor |
Creates a new random number generator state.
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public:
gmp_randstate_t()
new : unit -> gmp_randstate_t
Remarks
When done with the random number generator state, unmanaged memory must be released with free.
See Also