gmp_randstate_tToIntPtr Method |
Get unmanaged memory pointer to the state of a random number generator.
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Function ToIntPtr As IntPtr
public:
IntPtr ToIntPtr()
member ToIntPtr : unit -> IntPtr
Return Value
Type:
IntPtrThe unmanaged memory pointer to the state of a random number generator.
See Also