|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::Random Class Reference#include <Random.h>
Inheritance diagram for acdk::util::Random:
List of all members.
Detailed Description
API: Java<br/>.
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.12
- Date:
- Date
- 2005/04/09 19:26:57
Constructor & Destructor Documentation
acdk::util::Random::Random |
( |
|
) |
|
|
acdk::util::Random::Random |
( |
jlong |
seed |
) |
|
|
Member Function Documentation
int acdk::util::Random::_nextBits |
( |
int |
bits |
) |
[protected] |
|
virtual bool acdk::util::Random::nextBoolean |
( |
|
) |
[virtual] |
|
double acdk::util::Random::nextDouble |
( |
|
) |
|
|
float acdk::util::Random::nextFloat |
( |
|
) |
|
|
double acdk::util::Random::nextGaussian |
( |
|
) |
|
|
int acdk::util::Random::nextInt |
( |
int |
n |
) |
|
|
int acdk::util::Random::nextInt |
( |
|
) |
|
|
jlong acdk::util::Random::nextLong |
( |
|
) |
|
|
void acdk::util::Random::setSeed |
( |
jlong |
seed |
) |
|
|
Member Data Documentation
|
|