Struct RandomPointGeneratorMultiThread

template<typename Walk>
struct RandomPointGeneratorMultiThread

Public Static Functions

template<typename Polytope, typename Point, typename PointList, typename WalkPolicy, typename RandomNumberGenerator, typename Parameters>
static inline void apply(Polytope &P, Point &p, unsigned int const &rnum, unsigned int const &walk_length, unsigned int const &num_threads, PointList &randPoints, WalkPolicy &policy, RandomNumberGenerator &rng, Parameters const &parameters)
template<typename Polytope, typename Point, typename PointList, typename WalkPolicy, typename RandomNumberGenerator>
static inline void apply(Polytope &P, Point &p, unsigned int const &rnum, unsigned int const &walk_length, unsigned int const &num_threads, PointList &randPoints, WalkPolicy &policy, RandomNumberGenerator &rng)