#include <math_RealRandom.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | math_RealRandom (const Standard_Real Lower, const Standard_Real Upper) |
| creates a real random generator between the values Lower and Upper. | |
| Standard_EXPORT void | Reset () |
| reinitializes the random generator | |
| Standard_EXPORT Standard_Real | Next () |
| returns the next random number. | |
Private Attributes | |
| Standard_Integer | Dummy |
| Standard_Real | Low |
| Standard_Real | Up |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1