Home
last modified time | relevance | path

Searched refs:gsl_rng_state (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/utilities_dw/stat/
H A Ddw_rand_gsl.c85 state=gsl_rng_state(GSL_UNIFORM_RNG); in dw_get_generator_state()
112 state=gsl_rng_state(GSL_UNIFORM_RNG); in dw_set_generator_state()
/dports/math/gsl/gsl-2.7/rng/
H A Drng.c128 gsl_rng_state (const gsl_rng * r) in gsl_rng_state() function
H A Dgsl_rng.h145 void * gsl_rng_state (const gsl_rng * r);
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_rng__rng.c186 gsl_rng_state (const gsl_rng * r)
H A Dgsl_rng.h144 void * gsl_rng_state (const gsl_rng * r);
/dports/math/p5-Math-GSL/Math-GSL-0.43/lib/Math/GSL/
H A DRNG.pm71 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
/dports/math/p5-Math-GSL/Math-GSL-0.43/pm/Math/GSL/
H A DRNG.pm.1.1571 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.071 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.171 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.271 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.371 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.1.1671 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.2.171 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.571 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.671 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.771 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
H A DRNG.pm.2.471 *gsl_rng_state = *Math::GSL::RNGc::gsl_rng_state;
538 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
778 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
/dports/math/p5-Math-GSL/Math-GSL-0.43/pod/
H A DRNG.pod8 …gsl_rng_name gsl_rng_size gsl_rng_state gsl_rng_print_state gsl_rng_uniform gsl_rng_uniform_pos gs…
248 =item gsl_rng_state($r) - This function returns a pointer to the state of generator $r. You can use…
/dports/math/gsl/gsl-2.7/doc/
H A Drng.rst219 .. function:: void * gsl_rng_state (const gsl_rng * r)
227 void * state = gsl_rng_state (r);
/dports/math/p5-Math-GSL/Math-GSL-0.43/xs/
H A DRNG_wrap.2.3.c4987 result = (void *)gsl_rng_state((gsl_rng const *)arg1); in XS()
H A DRNG_wrap.1.15.c4987 result = (void *)gsl_rng_state((gsl_rng const *)arg1); in XS()
H A DRNG_wrap.2.0.c4987 result = (void *)gsl_rng_state((gsl_rng const *)arg1); in XS()
H A DRNG_wrap.2.1.c4987 result = (void *)gsl_rng_state((gsl_rng const *)arg1); in XS()
H A DRNG_wrap.2.4.c4987 result = (void *)gsl_rng_state((gsl_rng const *)arg1); in XS()
H A DRNG_wrap.2.5.c4987 result = (void *)gsl_rng_state((gsl_rng const *)arg1); in XS()

12