#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.
◆ factoryrandom()
int factoryrandom |
( |
int |
n | ) |
|
random integers with abs less than n
Definition at line 180 of file cf_random.cc.
INST_VAR RandomGenerator ranGen
◆ factoryseed()
void factoryseed |
( |
int |
s | ) |
|
random seed initializer
Definition at line 189 of file cf_random.cc.
GLOBAL_VAR flint_rand_t FLINTrandom
const CanonicalForm int s
◆ FLINTrandom
◆ ranGen