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