Home
last modified time | relevance | path

Searched defs:jcong (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/ethash/lib/ethash/
H A Dkiss99.hpp36 uint32_t jcong = 380116160; member in kiss99
43 kiss99(uint32_t z, uint32_t w, uint32_t jsr, uint32_t jcong) noexcept in kiss99()
H A Dprogpow.cpp93 const auto jcong = fnv1a(jsr, seed_hi); in mix_rng_state() local
249 const uint32_t jcong = fnv1a(jsr, l); in init_mix() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/randlib/src/c/
H A Dkiss.c47 static unsigned int z = 362436069, w = 521288629, jsr = 123456789, jcong = 380116160; variable
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/ethash/test/unittests/
H A Dtest_kiss.cpp18 static unsigned z = 362436069, w = 521288629, jsr = 123456789, jcong = 380116160; variable
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A DRandom.h35 uint32 z, w, jsr, jcong, t[256], x, y; member