|
Open CASCADE Technology 6.5.2
|
This class implements a real random generator.
#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) |
| math_RealRandom (const Standard_Real Lower, const Standard_Real Upper) | |
| creates a real random generator between the values Lower and Upper. | |
| void | Reset () |
| reinitializes the random generator | |
| Standard_Real | Next () |
| returns the next random number. | |
| math_RealRandom::math_RealRandom | ( | const Standard_Real | Lower, |
| const Standard_Real | Upper | ||
| ) |
| Standard_Real math_RealRandom::Next | ( | ) |
| void math_RealRandom::operator delete | ( | void * | anAddress | ) | [inline] |
| void* math_RealRandom::operator new | ( | size_t | size | ) | [inline] |
| void* math_RealRandom::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void math_RealRandom::Reset | ( | ) |
1.7.4