gc_random.h File Reference

Go to the source code of this file.

Functions

float gc_uniform_deviate (void)
 Return a uniformly distributed value in the range [0, 1.0) (Linear congruential generator. YMMV. Caveat emptor.).
void gc_set_seed (int seed)

Function Documentation

void gc_set_seed ( int  seed  ) 
float gc_uniform_deviate ( void   ) 

Return a uniformly distributed value in the range [0, 1.0) (Linear congruential generator. YMMV. Caveat emptor.).


Generated by  doxygen 1.6.2