#include <vector>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/random/random_device.hpp>
Go to the source code of this file.
Classes | |
class | swri_math_util::RandomGenerator |
Namespaces | |
swri_math_util | |
Typedefs | |
typedef boost::shared_ptr< RandomGenerator > | swri_math_util::RandomGeneratorPtr |
Functions | |
template<class RNG > | |
void | swri_math_util::GetUniformRandomSample (RNG &rng, int32_t min, int32_t max, int32_t count, std::vector< int32_t > &sample) |