Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/vendor/glpk/misc/
H A Drng.c149 int rng_next_rand(RNG *rand) in rng_next_rand() function
176 do { r = rng_next_rand(rand); } while (t <= (unsigned int)r); in rng_unif_rand()
211 if (rng_next_rand(rand) != 119318998) in main()
215 for (j = 1; j <= 133; j++) rng_next_rand(rand); in main()
H A Drng.h43 #define rng_next_rand _glp_rng_next_rand macro
44 int rng_next_rand(RNG *rand);
H A Drng1.c42 x = (double)rng_next_rand(rand) / 2147483647.0; in rng_unif_01()
/dports/math/glpk/glpk-5.0/src/misc/
H A Drng.c149 int rng_next_rand(RNG *rand) in rng_next_rand() function
176 do { r = rng_next_rand(rand); } while (t <= (unsigned int)r); in rng_unif_rand()
211 if (rng_next_rand(rand) != 119318998) in main()
215 for (j = 1; j <= 133; j++) rng_next_rand(rand); in main()
H A Drng.h43 #define rng_next_rand _glp_rng_next_rand macro
44 int rng_next_rand(RNG *rand);
H A Drng1.c42 x = (double)rng_next_rand(rand) / 2147483647.0; in rng_unif_01()
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglprng01.c149 int rng_next_rand(RNG *rand) in rng_next_rand() function
176 do { r = rng_next_rand(rand); } while (t <= (unsigned int)r); in rng_unif_rand()
211 if (rng_next_rand(rand) != 119318998)
215 for (j = 1; j <= 133; j++) rng_next_rand(rand);
H A Dglprng.h46 #define rng_next_rand _glp_rng_next_rand
47 int rng_next_rand(RNG *rand);
H A Dglprng02.c46 x = (double)rng_next_rand(rand) / 2147483647.0;
H A Dglpmpl03.c333 (double)rng_next_rand(mpl->rand) / (double)two_to_the_31; in fp_uniform01()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/mpl/
H A Dmpl3.c338 (double)rng_next_rand(mpl->rand) / (double)two_to_the_31; in fp_uniform01()
/dports/math/glpk/glpk-5.0/src/mpl/
H A Dmpl3.c338 (double)rng_next_rand(mpl->rand) / (double)two_to_the_31; in fp_uniform01()