Class for thread specific random numbers. More...
#include <CoinHelperFunctions.hpp>
Public Member Functions | |
Constructors, destructor | |
| CoinThreadRandom () | |
| Default constructor. | |
| CoinThreadRandom (int seed) | |
| Constructor wih seed. | |
| ~CoinThreadRandom () | |
| Destructor. | |
| CoinThreadRandom (const CoinThreadRandom &rhs) | |
| Default constructor. | |
| CoinThreadRandom & | operator= (const CoinThreadRandom &rhs) |
| Default constructor. | |
Sets/gets | |
| void | setSeed (int seed) |
| Set seed. | |
| unsigned int | getSeed () const |
| Get seed. | |
| double | randomDouble () const |
| return a random number | |
Protected Attributes | |
Data members | |
| unsigned int | seed_ |
| Current seed. | |
Class for thread specific random numbers.
Definition at line 913 of file CoinHelperFunctions.hpp.
| CoinThreadRandom::CoinThreadRandom | ( | ) | [inline] |
Default constructor.
Definition at line 919 of file CoinHelperFunctions.hpp.
| CoinThreadRandom::CoinThreadRandom | ( | int | seed | ) | [inline] |
Constructor wih seed.
Definition at line 922 of file CoinHelperFunctions.hpp.
| CoinThreadRandom::~CoinThreadRandom | ( | ) | [inline] |
Destructor.
Definition at line 927 of file CoinHelperFunctions.hpp.
| CoinThreadRandom::CoinThreadRandom | ( | const CoinThreadRandom & | rhs | ) | [inline] |
Default constructor.
Definition at line 929 of file CoinHelperFunctions.hpp.
| CoinThreadRandom& CoinThreadRandom::operator= | ( | const CoinThreadRandom & | rhs | ) | [inline] |
Default constructor.
Definition at line 932 of file CoinHelperFunctions.hpp.
| void CoinThreadRandom::setSeed | ( | int | seed | ) | [inline] |
Set seed.
Definition at line 946 of file CoinHelperFunctions.hpp.
| unsigned int CoinThreadRandom::getSeed | ( | ) | const [inline] |
Get seed.
Definition at line 951 of file CoinHelperFunctions.hpp.
| double CoinThreadRandom::randomDouble | ( | ) | const [inline] |
return a random number
Definition at line 956 of file CoinHelperFunctions.hpp.
unsigned int CoinThreadRandom::seed_ [mutable, protected] |
Current seed.
Definition at line 971 of file CoinHelperFunctions.hpp.
1.7.1