Home
last modified time | relevance | path

Searched refs:SeedRand (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DMapSeed.cpp170 static Uint16 SeedRand() { in SeedRand() function
261 for(i = SeedRand() & 0x0F;i >= 0 ;i--) { in createMapWithSeed()
262 randNum = SeedRand() & 0xFF; in createMapWithSeed()
271 for(i = SeedRand() & 0x03; i >= 0; i--) { in createMapWithSeed()
272 randNum = SeedRand() & 0xFF; in createMapWithSeed()
337 randNum = SeedRand() & 0x0F; in createMapWithSeed()
340 point.y = (SeedRand() & 0x03) - 1; in createMapWithSeed()
358 point.y = SeedRand() & 0x3F; in createMapWithSeed()
359 point.x = SeedRand() & 0x3F; in createMapWithSeed()
368 randNum = SeedRand() & 0x1F; in createMapWithSeed()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/util/
H A Dsetup_common.h46 enum class SeedRand { enum
54 static inline void SeedInsecureRand(SeedRand seed = SeedRand::SEED)
56 if (seed == SeedRand::ZEROS) {
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/util/
H A Dsetup_common.h47 enum class SeedRand { enum
55 static inline void SeedInsecureRand(SeedRand seed = SeedRand::SEED)
57 if (seed == SeedRand::ZEROS) {
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/util/
H A Dsetup_common.h47 enum class SeedRand { enum
55 static inline void SeedInsecureRand(SeedRand seed = SeedRand::SEED)
57 if (seed == SeedRand::ZEROS) {
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/util/
H A Dsetup_common.h47 enum class SeedRand { enum
55 static inline void SeedInsecureRand(SeedRand seed = SeedRand::SEED)
57 if (seed == SeedRand::ZEROS) {
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/util/
H A Dsetup_common.h48 enum class SeedRand { enum
56 static inline void SeedInsecureRand(SeedRand seed = SeedRand::SEED)
58 if (seed == SeedRand::ZEROS) {
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/util/
H A Dsetup_common.h48 enum class SeedRand { enum
56 static inline void SeedInsecureRand(SeedRand seed = SeedRand::SEED)
58 if (seed == SeedRand::ZEROS) {
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/util/
H A Dsetup_common.h48 enum class SeedRand { enum
56 static inline void SeedInsecureRand(SeedRand seed = SeedRand::SEED)
58 if (seed == SeedRand::ZEROS) {
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dcuckoocache_tests.cpp38 SeedInsecureRand(SeedRand::ZEROS);
56 SeedInsecureRand(SeedRand::ZEROS);
127 SeedInsecureRand(SeedRand::ZEROS);
190 SeedInsecureRand(SeedRand::ZEROS);
294 SeedInsecureRand(SeedRand::ZEROS);
H A Dstreams_tests.cpp352 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dcuckoocache_tests.cpp38 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
56 SeedInsecureRand(SeedRand::ZEROS); in test_cache()
127 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase()
190 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase_parallel()
294 SeedInsecureRand(SeedRand::ZEROS); in test_cache_generations()
H A Dstreams_tests.cpp352 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dcuckoocache_tests.cpp38 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
56 SeedInsecureRand(SeedRand::ZEROS); in test_cache()
127 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase()
190 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase_parallel()
294 SeedInsecureRand(SeedRand::ZEROS); in test_cache_generations()
H A Dstreams_tests.cpp352 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dcuckoocache_tests.cpp33 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
51 SeedInsecureRand(SeedRand::ZEROS); in test_cache()
122 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase()
185 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase_parallel()
289 SeedInsecureRand(SeedRand::ZEROS); in test_cache_generations()
H A Dstreams_tests.cpp341 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dcuckoocache_tests.cpp33 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
51 SeedInsecureRand(SeedRand::ZEROS); in test_cache()
122 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase()
185 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase_parallel()
289 SeedInsecureRand(SeedRand::ZEROS); in test_cache_generations()
H A Dstreams_tests.cpp341 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dcuckoocache_tests.cpp33 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
51 SeedInsecureRand(SeedRand::ZEROS); in test_cache()
122 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase()
185 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase_parallel()
289 SeedInsecureRand(SeedRand::ZEROS); in test_cache_generations()
H A Dstreams_tests.cpp341 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dcuckoocache_tests.cpp33 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
51 SeedInsecureRand(SeedRand::ZEROS); in test_cache()
122 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase()
185 SeedInsecureRand(SeedRand::ZEROS); in test_cache_erase_parallel()
289 SeedInsecureRand(SeedRand::ZEROS); in test_cache_generations()
H A Dstreams_tests.cpp341 SeedInsecureRand(SeedRand::ZEROS); in BOOST_AUTO_TEST_CASE()
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Drandgen.h41 inline void SeedRand(unsigned int val) {MTRand::instance.seed(val);} in SeedRand() function
/dports/cad/opencascade/opencascade-7.6.0/src/Shaders/
H A DRaytraceRender.fs49 SeedRand (uFrameRndSeed, uWinSizeX, uBlockedRngEnabled == 0 ? 1 : 16);
H A DShaders_RaytraceRender_fs.pxx52 " SeedRand (uFrameRndSeed, uWinSizeX, uBlockedRngEnabled == 0 ? 1 : 16);\n"

12