#include <stdlib.h>
#include <gandalf/common/misc_defs.h>
#include <gandalf/common/complex.h>
Go to the source code of this file.
Functions | |
double | gan_sqr (double x) |
Macro: Computes square of a number. | |
long | gan_random (void) |
Macro: Integer random number generator function. | |
void | gan_random_set_seed (unsigned seed) |
Macro: Integer random number seed setter function. | |
double | gan_random_01 (void) |
Macro: Random floating point number between 0 and 1. | |
double | gan_random_m11 (void) |
Macro: Random floating point number between -1 and 1. |
Part of: Gandalf Library