1 #include "AllClassWrappers.h"
7 #include <pybind11/pybind11.h>
8 #include <pybind11/stl.h>
9 #include <pybind11/eigen.h>
21 py::class_<RandomGenerator, std::shared_ptr<RandomGenerator>> randGen(m,
"RandomGenerator");
static void SetGenerator(GeneratorType)
Set the state of the generator, designed for use with CopyGenerator. Be very careful in using this,...
static double GetNormal()
static GeneratorType CopyGenerator()
Store a copy of the generator, designed for use with SetGenerator. Be very careful in using this,...
static void SetSeed(int seedval)
Set the seed for the random number generator. This is a fairly low quality way to do this,...
static double GetGamma(double const alpha, double const beta)
static double GetUniform()
static int GetUniformInt(int lb, int ub)
void GeneralUtilitiesWrapper(pybind11::module &m)