My Project
|
#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"
#include <flint/flint.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 | |
GLOBAL_VAR flint_rand_t | FLINTrandom |
INST_VAR RandomGenerator | ranGen |
int factoryrandom | ( | int | n | ) |
random integers with abs less than n
Definition at line 180 of file cf_random.cc.
void factoryseed | ( | int | s | ) |
random seed initializer
Definition at line 189 of file cf_random.cc.
GLOBAL_VAR flint_rand_t FLINTrandom |
Definition at line 25 of file cf_random.cc.
INST_VAR RandomGenerator ranGen |
Definition at line 66 of file cf_random.cc.