Fermat
Public Methods | List of all members
cugar::Base_distribution< Derived_type > Struct Template Reference

Detailed description

template<typename Derived_type>
struct cugar::Base_distribution< Derived_type >

Base distribution class

#include <distributions.h>

Public Methods

template<typename Generator >
float next (Generator &gen) const
 

Member Function Documentation

◆ next()

template<typename Derived_type>
template<typename Generator >
float cugar::Base_distribution< Derived_type >::next ( Generator &  gen) const
inline

return the next number in the sequence mapped through the distribution

Parameters
genrandom number generator

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