GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/config.h>
#include <stdlib.h>
#include <grass/gmath.h>
Go to the source code of this file.
Functions | |
float | G_math_rand (int seed) |
Random Number Generator (Uniform) More... | |
float G_math_rand | ( | int | seed | ) |
Random Number Generator (Uniform)
Random number generator (Uniform Derivatives 0.0 -> 1.0)
[in] | seed |
Definition at line 17 of file rand1.c.
Referenced by G_math_rand_gauss().