gsl.qrng

D bindings for GSL.

Members

Functions

gsl_qrng_alloc
gsl_qrng* gsl_qrng_alloc(const(gsl_qrng_type)* T, uint dimension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_clone
gsl_qrng* gsl_qrng_clone(const(gsl_qrng)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_free
void gsl_qrng_free(gsl_qrng* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_get
int gsl_qrng_get(const(gsl_qrng)* q, double* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_init
void gsl_qrng_init(gsl_qrng* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_memcpy
int gsl_qrng_memcpy(gsl_qrng* dest, const(gsl_qrng)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_name
const(char)* gsl_qrng_name(const(gsl_qrng)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_size
size_t gsl_qrng_size(const(gsl_qrng)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_state
void* gsl_qrng_state(const(gsl_qrng)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

gsl_qrng_halton
const(gsl_qrng_type)* gsl_qrng_halton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_niederreiter_2
const(gsl_qrng_type)* gsl_qrng_niederreiter_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_reversehalton
const(gsl_qrng_type)* gsl_qrng_reversehalton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_sobol
const(gsl_qrng_type)* gsl_qrng_sobol;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_qrng
struct gsl_qrng
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_qrng_type
struct gsl_qrng_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0