#include <Random.h>
Inheritance diagram for NSRandom::TRandomExponential:


Public Member Functions | |
| TRandomExponential (void) | |
| Constructor. | |
| TRandomExponential (const DWORD &seed) | |
| Constructor with seed parameter, which allow start generator at specified number. | |
| float | Random (const float &middle) |
| Generate random number in range <0,infinity) with exponential distribution. | |
Definition at line 79 of file Random.h.
|
|
Constructor.
Definition at line 141 of file Random.cpp. |
|
|
Constructor with seed parameter, which allow start generator at specified number.
Definition at line 151 of file Random.cpp. |
|
|
Generate random number in range <0,infinity) with exponential distribution.
Definition at line 160 of file Random.cpp. References NSMath::NSStdMath::log(), and NSRandom::TRandom::Random(). Here is the call graph for this function: ![]() |
1.4.6-NO