libigl v2.5.0
Loading...
Searching...
No Matches
randperm.h File Reference
#include "igl_inline.h"
#include "generate_default_urbg.h"
#include <Eigen/Core>
#include <random>
#include "randperm.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedI , typename URBG = DEFAULT_URBG>
void igl::randperm (const int n, Eigen::PlainObjectBase< DerivedI > &I, URBG &&urbg=igl::generate_default_urbg())
 Like matlab's randperm(n) but minus 1.