gmp_lib.gmp_randclear Method

GMP Native Interface for .NET

gmp_libgmp_randclear Method
Free all memory occupied by 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 static void gmp_randclear(
	gmp_randstate_t state
)
Public Shared Sub gmp_randclear ( 
	state As gmp_randstate_t
)
public:
static void gmp_randclear(
	gmp_randstate_t^ state
)
static member gmp_randclear : 
        state : gmp_randstate_t -> unit 

Parameters

state
Type: Math.Gmp.Nativegmp_randstate_t
A state.
See Also