SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Abstract base class for RWTRand. More...
#include <rw/rand.h>
Public Member Functions | |
virtual double | operator() ()=0 |
Abstract base class for RWTRand.
|
pure virtual |
Function call operator. Defined by derived classes to return a random number from the appropriate probability distribution.
Implemented in RWTRandBinomial< Generator >, RWTRandPoisson< Generator >, RWTRandGamma< Generator >, RWTRandExponential< Generator >, RWTRandNormal< Generator >, and RWTRandUniform< Generator >.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |