Simple random number generator.
Definition in file random.hpp.
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Functions | |
double | gnsstk::ARand (double low, double hi) |
int | gnsstk::ARand (int low, int hi) |
double | gnsstk::Rand (long seed=0) |
Generate random numbers uniformly distributed from 0 to 1. More... | |
double | gnsstk::RandExpCor (double dt, double sigma, double T, double xlast) |
double | gnsstk::RandNorm (double sigma) |
double | gnsstk::RandomWalk (double dt, double sigma, double xlast) |