![]() |
My Project
|
generate random integers More...
#include <cf_random.h>
Public Member Functions | |
| IntRandom () | |
| IntRandom (int m) | |
| ~IntRandom () | |
| CanonicalForm | generate () const |
| CFRandom * | clone () const |
Public Member Functions inherited from CFRandom | |
| virtual | ~CFRandom () |
| virtual CanonicalForm | generate () const |
| virtual CFRandom * | clone () const |
Private Attributes | |
| int | max |
generate random integers
Definition at line 55 of file cf_random.h.
| IntRandom::IntRandom | ( | ) |
Definition at line 91 of file cf_random.cc.
| IntRandom::IntRandom | ( | int | m | ) |
Definition at line 96 of file cf_random.cc.
| IntRandom::~IntRandom | ( | ) |
Definition at line 101 of file cf_random.cc.
|
virtual |
|
virtual |
Reimplemented from CFRandom.
Definition at line 103 of file cf_random.cc.
|
private |
Definition at line 58 of file cf_random.h.