Home
last modified time | relevance | path

Searched refs:random_integer (Results 76 – 100 of 115) sorted by relevance

12345

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/impl/
H A Dimplicit_shape_model.hpp1460 unsigned int random_integer = rand () - 1; in generateCentersPP() local
1461 …double random_double = static_cast<double> (random_integer) / static_cast<double> (std::numeric_li… in generateCentersPP()
1510 unsigned int random_integer = rand () - 1; in generateRandomCenter() local
1511 …float random_float = static_cast<float> (random_integer) / static_cast<float> (std::numeric_limits… in generateRandomCenter()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dnewrandom.inc21 /* maximum value for random_integer: min(S48_MAX_FIXNUM_VALUE, m1) */
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi_mp.cpp272 safe_get(rand_out) = Botan::BigInt::random_integer(r, safe_get(lower), safe_get(upper)); }); in botan_mp_rand_range()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi_mp.cpp272 safe_get(rand_out) = Botan::BigInt::random_integer(r, safe_get(lower), safe_get(upper)); }); in botan_mp_rand_range()
/dports/math/mppp/mppp-0.26/test/
H A Dinteger_pow.cpp64 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_bitwise.cpp61 random_integer(tmp1, x, rng); in operator ()()
63 random_integer(tmp2, y, rng); in operator ()()
526 random_integer(tmp, x, rng); in operator ()()
814 random_integer(tmp1, x, rng); in operator ()()
816 random_integer(tmp2, y, rng); in operator ()()
1309 random_integer(tmp1, x, rng); in operator ()()
1311 random_integer(tmp2, y, rng); in operator ()()
H A Dinteger_basic_03.cpp667 random_integer(tmp, x, rng); in operator ()()
669 random_integer(tmp, y, rng); in operator ()()
H A Dinteger_basic_04.cpp383 random_integer(tmp, x, rng); in operator ()()
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi_mp.cpp272 safe_get(rand_out) = Botan::BigInt::random_integer(r, safe_get(lower), safe_get(upper)); }); in botan_mp_rand_range()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dnewrandom.inc21 /* maximum value for random_integer: min(S48_MAX_FIXNUM_VALUE, m1) */
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/bigint/
H A Dbigint.h749 static BigInt random_integer(RandomNumberGenerator& rng,
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ec_group/
H A Dec_group.cpp610 return BigInt::random_integer(rng, 1, get_order()); in random_scalar()
H A Dpoint_gfp.cpp51 const BigInt mask = BigInt::random_integer(rng, 2, m_curve.get_p()); in randomize_repr()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ec_group/
H A Dec_group.cpp610 return BigInt::random_integer(rng, 1, get_order()); in random_scalar()
H A Dpoint_gfp.cpp51 const BigInt mask = BigInt::random_integer(rng, 2, m_curve.get_p()); in randomize_repr()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ec_group/
H A Dec_group.cpp610 return BigInt::random_integer(rng, 1, get_order()); in random_scalar()
H A Dpoint_gfp.cpp51 const BigInt mask = BigInt::random_integer(rng, 2, m_curve.get_p()); in randomize_repr()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/bigint/
H A Dbigint.h749 static BigInt random_integer(RandomNumberGenerator& rng,
/dports/security/botan2/Botan-2.18.2/src/lib/math/bigint/
H A Dbigint.h749 static BigInt random_integer(RandomNumberGenerator& rng,
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/rsa/
H A Drsa.cpp627 const BigInt r = BigInt::random_integer(rng, 1, get_n()); in raw_kem_encrypt()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/rsa/
H A Drsa.cpp627 const BigInt r = BigInt::random_integer(rng, 1, get_n()); in raw_kem_encrypt()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/rsa/
H A Drsa.cpp627 const BigInt r = BigInt::random_integer(rng, 1, get_n()); in raw_kem_encrypt()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_bigint.cpp748 Botan::BigInt generated = BigInt::random_integer(rng, min, max); in run_one_test()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_bigint.cpp748 Botan::BigInt generated = BigInt::random_integer(rng, min, max); in run_one_test()
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Denum.ex2274 length -> enumerable |> drop_list(random_integer(0, length - 1)) |> hd()
2285 fun.(random_integer(0, count - 1), 1)
3219 jdx = random_integer(0, idx)
3240 jdx = random_integer(0, idx)
3743 defp random_integer(limit, limit) when is_integer(limit) do function
3747 defp random_integer(lower_limit, upper_limit) when upper_limit < lower_limit do function
3748 random_integer(upper_limit, lower_limit)
3751 defp random_integer(lower_limit, upper_limit) do function

12345