Click or drag to resize
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
)

Parameters

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