Home
last modified time | relevance | path

Searched refs:CORE_PRNG_CONSTANT (Results 1 – 1 of 1) sorted by relevance

/dports/math/yices/yices-2.6.2/src/solvers/cdcl/
H A Dsmt_core.c80 #define CORE_PRNG_CONSTANT 1013904223 macro
91 s->prng = x * ((uint32_t) CORE_PRNG_MULTIPLIER) + ((uint32_t) CORE_PRNG_CONSTANT); in random_uint32()