Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dprng.hpp24 int prng_get_int (void);
H A Dprng.cpp226 prng_get_int (void) in prng_get_int() function
/dports/biology/iqtree/IQ-TREE-2.0.6/booster/
H A Dprng.h39 int prng_get_int (void);
H A Dprng.c209 prng_get_int (void) in prng_get_int() function
H A Dstats.c294 unif = (unif + prng_get_int())/ INT_MAX; in unif()
416 return(prng_get_int()%max); in rand_to()
H A Dtest.c561 new_seed = prng_get_int(); in test_transfer_4()