#include <UniformRandom.h>
Inheritance diagram for ads::UniformRandom< double >:

Public Types | |
| typedef Base::Number | Number |
| typedef Base::argument_type | argument_type |
| typedef Base::result_type | result_type |
Public Member Functions | |
| UniformRandom () | |
| UniformRandom (const Number min, const Number max) | |
| UniformRandom (const Number min, const Number max, const unsigned int n) | |
| UniformRandom (const UniformRandom &x) | |
| UniformRandom & | operator= (const UniformRandom &x) |
| ~UniformRandom () | |
| typedef Base::argument_type ads::UniformRandom< double >::argument_type |
The argument type.
Reimplemented from ads::UniformRandomReal< double >.
| typedef Base::Number ads::UniformRandom< double >::Number |
The number type.
Reimplemented from ads::UniformRandomReal< double >.
| typedef Base::result_type ads::UniformRandom< double >::result_type |
The result type.
Reimplemented from ads::UniformRandomReal< double >.
| ads::UniformRandom< double >::UniformRandom | ( | ) | [inline] |
Default constructor.
| ads::UniformRandom< double >::UniformRandom | ( | const Number | min, | |
| const Number | max | |||
| ) | [inline] |
Construct from a range.
| ads::UniformRandom< double >::UniformRandom | ( | const Number | min, | |
| const Number | max, | |||
| const unsigned int | n | |||
| ) | [inline] |
Construct from a range and a seed.
| ads::UniformRandom< double >::UniformRandom | ( | const UniformRandom< double > & | x | ) | [inline] |
Copy constructor.
| ads::UniformRandom< double >::~UniformRandom | ( | ) | [inline] |
Destructor.
| UniformRandom& ads::UniformRandom< double >::operator= | ( | const UniformRandom< double > & | x | ) | [inline] |
Assignment operator.
1.4.7