Pallas Solver  0.1
C++ Global Optimization Algorithms
pallas::internal::RandomNumberGenerator< T, Enable > Class Template Reference

Generates random numbers. More...

#include <random_number_generator.h>

Detailed Description

template<class T, class Enable = void>
class pallas::internal::RandomNumberGenerator< T, Enable >

Generates random numbers.

The engine specified by the typedef Engine is used to generate random numbers with a distribution defined by the typedef Distribution.


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