ASCOT5
|
Random number generator interface. More...
Go to the source code of this file.
Functions | |
double | random_drand48_normal () |
Initialize random generator which uses the linear congruential algorithm and 48-bit integer arithmetic. | |
void | random_drand48_uniform_simd (int n, double *r) |
Vectorised sampling from uniform distribution. | |
void | random_drand48_normal_simd (int n, double *r) |
Vectorised sampling from normal distribution. | |
Random number generator interface.
Definition in file random.c.
double random_drand48_normal | ( | ) |
void random_drand48_uniform_simd | ( | int | n, |
double * | r ) |