OpenMesh
OpenMesh::RandomNumberGenerator Class Reference

Generate a random number between 0.0 and 1.0 with a guaranteed resolution ( Number of possible values ) More...

#include <OpenMesh/Core/Utils/RandomNumberGenerator.hh>

Public Member Functions

 RandomNumberGenerator (const size_t _resolution)
 Constructor. More...
 
double getRand () const
 returns a random double between 0.0 and 1.0 with a guaranteed resolution
 
double resolution () const
 

Detailed Description

Generate a random number between 0.0 and 1.0 with a guaranteed resolution ( Number of possible values )

Especially useful on windows, as there MAX_RAND is often only 32k which is not enough resolution for a lot of applications

Constructor & Destructor Documentation

◆ RandomNumberGenerator()

OpenMesh::RandomNumberGenerator::RandomNumberGenerator ( const size_t  _resolution)
explicit

Constructor.

Parameters
_resolutionspecifies the desired resolution for the random number generated

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

Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .