Wildmeshing Toolkit
wmtk::components::Random Class Reference

Static Public Member Functions

static int next (int min, int max)
 
template<typename T >
static void shuffle (std::vector< T > &vec)
 

Detailed Description

Definition at line 43 of file tetwild_simplification.cpp.

Member Function Documentation

◆ next()

static int wmtk::components::Random::next ( int  min,
int  max 
)
inlinestatic

Definition at line 46 of file tetwild_simplification.cpp.

Referenced by shuffle().

Here is the caller graph for this function:

◆ shuffle()

template<typename T >
static void wmtk::components::Random::shuffle ( std::vector< T > &  vec)
inlinestatic

Definition at line 57 of file tetwild_simplification.cpp.

References next().

Here is the call graph for this function:

The documentation for this class was generated from the following file: