|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CRandom Class ReferenceA simple, os-independant random generator.
More...
#include <random.h>
List of all members.
Detailed Description
A simple, os-independant random generator.
-
Author:
-
Nicolas Vizerie , Nevrax France
-
Date:
-
2002
Definition at line 38 of file random.h.
Member Enumeration Documentation
|
-
Enumeration values:
-
Definition at line 42 of file random.h. |
Constructor & Destructor Documentation
NLMISC::CRandom::CRandom |
( |
|
) |
|
|
Member Function Documentation
float NLMISC::CRandom::frand |
( |
float |
mod |
) |
|
|
sint32 NLMISC::CRandom::rand |
( |
|
) |
|
|
void NLMISC::CRandom::srand |
( |
sint32 |
seed |
) |
|
|
Member Data Documentation
sint32 NLMISC::CRandom::_Seed [private]
|
|
The documentation for this class was generated from the following files:
|
|