Mpir.NET
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Properties
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
Mpir.NET.gmp_randstate_t Class Reference

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)
 

Constructor & Destructor Documentation

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)

Member Function Documentation

void Mpir.NET.gmp_randstate_t.Dispose ( )
virtual void Mpir.NET.gmp_randstate_t.Dispose ( bool  disposing)
protectedvirtual
static gmp_randstate_t Mpir.NET.gmp_randstate_t.randinit_mt ( )
static

Member Data Documentation

IntPtr Mpir.NET.gmp_randstate_t.val

The documentation for this class was generated from the following file: