![]() |
#include "config.h"#include <time.h>#include "cf_assert.h"#include "cf_defs.h"#include "cf_random.h"#include "ffops.h"#include "gfops.h"#include "imm.h"Go to the source code of this file.
Data Structures | |
| class | RandomGenerator |
Functions | |
| int | factoryrandom (int n) |
| random integers with abs less than n More... | |
| void | factoryseed (int s) |
| random seed initializer More... | |
Variables | |
| RandomGenerator | ranGen |
| int factoryrandom | ( | int | n | ) |
| void factoryseed | ( | int | s | ) |
| RandomGenerator ranGen |
Definition at line 54 of file cf_random.cc.