Public Member Functions | List of all members
Random::uniformGeneratorOp< T > Class Template Reference

Public Member Functions

 uniformGeneratorOp (const label seed=Random::defaultSeed)
 
 uniformGeneratorOp (const T &minval, const T &maxval)
 
 uniformGeneratorOp (const label seed, const T &minval, const T &maxval)
 
T operator() ()
 
template<class U >
T operator() (const U &) const
 

Detailed Description

template<class T>
class Foam::Random::uniformGeneratorOp< T >

Definition at line 84 of file Random.H.

Constructor & Destructor Documentation

◆ uniformGeneratorOp() [1/3]

uniformGeneratorOp ( const label  seed = Random::defaultSeed)
inlineexplicit

Definition at line 240 of file Random.H.

◆ uniformGeneratorOp() [2/3]

uniformGeneratorOp ( const T minval,
const T maxval 
)
inline

Definition at line 246 of file Random.H.

◆ uniformGeneratorOp() [3/3]

uniformGeneratorOp ( const label  seed,
const T minval,
const T maxval 
)
inline

Definition at line 252 of file Random.H.

Member Function Documentation

◆ operator()() [1/2]

T operator() ( )
inline

Definition at line 263 of file Random.H.

◆ operator()() [2/2]

T operator() ( const U ) const
inline

Definition at line 271 of file Random.H.


The documentation for this class was generated from the following file: