Go to the source code of this file.
Functions | |
void | vnl_sample_reseed () |
double | vnl_sample_uniform (double a, double b) |
void | vnl_sample_normal_2 (double *x, double *y) |
double | vnl_sample_normal (double mean, double sigma) |
Definition in file vnl_sample.h.
|
Normal distribution with given mean and standard deviation. |
|
two independent samples from a standard normal distribution. |
|
re-seed the random number generator. |
|
uniform on [a, b). |