walberla::math::BoolRandom Class Reference

#include <Random.h>

Public Member Functions

 BoolRandom (const std::mt19937::result_type &seed=std::mt19937::result_type())
 
bool operator() ()
 

Private Attributes

std::mt19937 generator_
 

Constructor & Destructor Documentation

◆ BoolRandom()

walberla::math::BoolRandom::BoolRandom ( const std::mt19937::result_type &  seed = std::mt19937::result_type())
inline

Member Function Documentation

◆ operator()()

bool walberla::math::BoolRandom::operator() ( )
inline

Member Data Documentation

◆ generator_

std::mt19937 walberla::math::BoolRandom::generator_
private

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