Namespaces | Functions
shuffle.h File Reference
#include <algorithm>
#include <cstddef>
#include <random>
Include dependency graph for shuffle.h:

Go to the source code of this file.

Namespaces

 ML
 
 ML::Solver
 

Functions

template<typename math_t >
void ML::Solver::initShuffle (std::vector< math_t > &rand_indices, std::mt19937 &g, math_t random_state=0)
 
template<typename math_t >
void ML::Solver::shuffle (std::vector< math_t > &rand_indices, std::mt19937 &g)