GNU Radio 3.4.2 C++ API
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.)