#include <cf_random.h>
Definition at line 87 of file cf_random.h.
◆ generate() [1/3]
CFRandom * CFRandomFactory::generate |
( |
| ) |
|
|
static |
Definition at line 170 of file cf_random.cc.
171{
173 return new IntRandom();
175 return new GFRandom();
176 else
177 return new FFRandom();
178}
int FACTORY_PUBLIC getCharacteristic()
◆ generate() [2/3]
static CFRandom * CFRandomFactory::generate |
( |
| ) |
|
|
static |
◆ generate() [3/3]
static CFRandom * CFRandomFactory::generate |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: