#include <helpers.h>
List of all members.
Detailed Description
Definition at line 39 of file helpers.h.
Constructor & Destructor Documentation
| tesseract::TRand::TRand |
( |
| ) |
[inline] |
Member Function Documentation
| inT32 tesseract::TRand::IntRand |
( |
| ) |
[inline] |
Definition at line 48 of file helpers.h.
{
Iterate();
return seed_ >> 33;
}
| void tesseract::TRand::set_seed |
( |
uinT64 |
seed | ) |
[inline] |
| double tesseract::TRand::SignedRand |
( |
double |
range | ) |
[inline] |
| double tesseract::TRand::UnsignedRand |
( |
double |
range | ) |
[inline] |
The documentation for this class was generated from the following file: