Inherits IDisposable.
Public Member Functions | |
gmp_randstate_t () | |
gmp_randstate_t (mpz_t a, uint c, ulong m2exp) | |
gmp_randstate_t (gmp_randstate_t op) | |
void | Dispose () |
Static Public Member Functions | |
static gmp_randstate_t | randinit_mt () |
Public Attributes | |
IntPtr | val |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Mpir.NET.gmp_randstate_t.gmp_randstate_t | ( | ) |
Mpir.NET.gmp_randstate_t.gmp_randstate_t | ( | mpz_t | a, |
uint | c, | ||
ulong | m2exp | ||
) |
Mpir.NET.gmp_randstate_t.gmp_randstate_t | ( | gmp_randstate_t | op | ) |
void Mpir.NET.gmp_randstate_t.Dispose | ( | ) |
|
protectedvirtual |
|
static |
IntPtr Mpir.NET.gmp_randstate_t.val |