Home
last modified time | relevance | path

Searched refs:random_integer (Results 51 – 75 of 115) sorted by relevance

12345

/dports/math/mppp/mppp-0.26/test/
H A Dinteger_even_odd.cpp83 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_roots.cpp124 random_integer(tmp, x, rng); in operator ()()
258 random_integer(tmp, x, rng); in operator ()()
354 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_divexact_gcd.cpp98 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_divexact.cpp98 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_addsub_ui_si.cpp101 random_integer(tmp, x, rng); in operator ()()
299 random_integer(tmp, x, rng); in operator ()()
H A Dtest_utils.hpp165 inline void random_integer(mppp::detail::mpz_raii &m, unsigned n, std::mt19937 &rng, ::mp_limb_t di… in random_integer() function
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_polynomials.c.old186 static void random_integer(rational_t *a) {
489 random_integer(&alpha);
492 random_integer(&alpha);
511 random_integer(&alpha);
/dports/devel/thrust/thrust-1.9.5/testing/unittest/
H A Drandom.h116 T random_integer()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/numbertheory/
H A Dprimality.cpp154 const BigInt a = BigInt::random_integer(rng, 2, n); in is_miller_rabin_probable_prime()
/dports/security/botan110/Botan-1.10.17/src/pubkey/nr/
H A Dnr.cpp40 x = BigInt::random_integer(rng, 2, group_q() - 1); in NR_PrivateKey()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/numbertheory/
H A Dprimality.cpp154 const BigInt a = BigInt::random_integer(rng, 2, n); in is_miller_rabin_probable_prime()
/dports/security/botan110/Botan-1.10.17/src/pubkey/dsa/
H A Ddsa.cpp34 x = BigInt::random_integer(rng, 2, group_q() - 1); in DSA_PrivateKey()
/dports/security/botan2/Botan-2.18.2/src/lib/math/numbertheory/
H A Dprimality.cpp154 const BigInt a = BigInt::random_integer(rng, 2, n); in is_miller_rabin_probable_prime()
/dports/science/py-dipy/dipy-1.4.1/doc/release_notes/
H A Drelease0.16.rst63 * :ghpull:`1705`: BUG: Fix Numpy `.random.random_integer` deprecation warning.
122 * :ghissue:`1705`: BUG: Fix Numpy `.random.random_integer` deprecation warning.
/dports/biology/migrate/migrate-3.6.11/src/
H A Drandom.c82 long random_integer(long low, long high);
426 MYINLINE long random_integer(long low, long high) in random_integer() function
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Ddi.c384 random_integer(z,unten,oben);
455 random_integer(z,unten,oben);
481 random_integer(z,unten,oben);
503 random_integer(z,unten,oben);
1077 random_integer(z,unten,oben);
H A Dpoly.c2743 erg += random_integer(b,cons_eins,NULL);
2746 erg += random_integer(S_V_I(c,i),NULL,NULL);
2749 erg += random_integer(b,NULL,NULL);
2751 erg += random_integer(S_PO_K(a),NULL,NULL);
2757 erg += random_integer(S_B_O(S_PO_K(a)),NULL,NULL);
2758 erg += random_integer(S_B_U(S_PO_K(a)),cons_eins,NULL);
2774 erg += random_integer(b,NULL,NULL);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dmath.cpp175 Botan::Montgomery_Int x(monty_n, Botan::BigInt::random_integer(rng, 2, n - 3), false); in rho()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dmath.cpp175 Botan::Montgomery_Int x(monty_n, Botan::BigInt::random_integer(rng, 2, n - 3), false); in rho()
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dreduce.cu203 T init = unittest::random_integer<T>(); in TestReduceCountingIterator()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dmath.cpp175 Botan::Montgomery_Int x(monty_n, Botan::BigInt::random_integer(rng, 2, n - 3), false); in rho()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_ecc.cpp91 const Botan::BigInt x = Botan::BigInt::random_integer(rng, 1, p); in create_random_point()
132 const Botan::BigInt a = Botan::BigInt::random_integer(Test::rng(), 2, group_order); in run()
133 const Botan::BigInt b = Botan::BigInt::random_integer(Test::rng(), 2, group_order); in run()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_ecc.cpp91 const Botan::BigInt x = Botan::BigInt::random_integer(rng, 1, p); in create_random_point()
132 const Botan::BigInt a = Botan::BigInt::random_integer(Test::rng(), 2, group_order); in run()
133 const Botan::BigInt b = Botan::BigInt::random_integer(Test::rng(), 2, group_order); in run()
/dports/devel/libslang2/slang-2.3.2/src/test/
H A Dstrops.sl828 ans = [random_integer(1024), random_integer(1024)-255, random_integer(1024),
829 random_integer(1024), random_integer(1024), random_integer(1024)-255];
/dports/security/botan110/Botan-1.10.17/src/math/bigint/
H A Dbigint.h389 static BigInt random_integer(RandomNumberGenerator& rng,

12345