Uses of Class
it.unich.jgmp.nativelib.GmpRandstateT
-
Packages that use GmpRandstateT Package Description it.unich.jgmp This package contains all the high-level classes of JGMP.it.unich.jgmp.nativelib This package contains all the low-level classes of JGMP. -
-
Uses of GmpRandstateT in it.unich.jgmp
Fields in it.unich.jgmp declared as GmpRandstateT Modifier and Type Field Description private GmpRandstateTRandState. randstateNativeThe pointer to the nativegmp_randstate_tobject.Methods in it.unich.jgmp that return GmpRandstateT Modifier and Type Method Description GmpRandstateTRandState. getNative()Returns the native pointer to the GMP object.Constructors in it.unich.jgmp with parameters of type GmpRandstateT Constructor Description RandomStateCleaner(GmpRandstateT randstateNative)RandState(GmpRandstateT pointer)A private constructor which build aRandStatestarting from a pointer to its native data object. -
Uses of GmpRandstateT in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib with parameters of type GmpRandstateT Modifier and Type Method Description static voidLibGmp. gmp_randclear(GmpRandstateT state)static voidLibGmp. gmp_randinit(GmpRandstateT state, int alg, com.sun.jna.NativeLong l)static voidLibGmp. gmp_randinit_default(GmpRandstateT state)static voidLibGmp. gmp_randinit_lc_2exp(GmpRandstateT state, MpzT a, NativeUnsignedLong c, MpBitcntT m2exp)static intLibGmp. gmp_randinit_lc_2exp_size(GmpRandstateT state, MpBitcntT m2exp)static voidLibGmp. gmp_randinit_mt(GmpRandstateT state)static voidLibGmp. gmp_randinit_set(GmpRandstateT rop, GmpRandstateT op)static voidLibGmp. gmp_randseed(GmpRandstateT state, MpzT seed)static voidLibGmp. gmp_randseed_ui(GmpRandstateT state, NativeUnsignedLong seed)static com.sun.jna.NativeLongLibGmp. gmp_urandomb_ui(GmpRandstateT state, NativeUnsignedLong n)static com.sun.jna.NativeLongLibGmp. gmp_urandomm_ui(GmpRandstateT state, NativeUnsignedLong n)static voidLibGmp. mpf_urandomb(MpfT rop, GmpRandstateT state, MpBitcntT n)static voidLibGmp. mpz_rrandomb(MpzT rop, GmpRandstateT state, MpBitcntT n)static voidLibGmp. mpz_urandomb(MpzT rop, GmpRandstateT state, MpBitcntT n)static voidLibGmp. mpz_urandomm(MpzT rop, GmpRandstateT state, MpzT n)
-