Go to the source code of this file.
Classes | |
| class | shark::Uniform< RngType > |
| Implements a continuous uniform distribution. More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Functions | |
| template<class RngType > | |
| double | shark::uni (RngType &rng, double lower, double upper) |
| Draws a number uniformly in [lower,upper] by drawing random numbers from rng. More... | |