Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dmisc.c9867 #define DEFAULT_XOR UINT32_C(362436000) macro
9882 randnumgen->xor_seed = MAX(SCIPhashTwo(DEFAULT_XOR, initseed), 1u); in SCIPrandomSetSeed()