| Agora
    1.2.0
    Agora project | 
#include <catch.hpp>


| Public Member Functions | |
| RandomFloatingGenerator (Float a, Float b) | |
| Float const & | get () const override | 
| bool | next () override | 
|  Public Member Functions inherited from Catch::Generators::IGenerator< Float > | |
| virtual | ~IGenerator ()=default | 
| virtual Float const & | get () const=0 | 
|  Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase | |
| GeneratorUntypedBase ()=default | |
| virtual | ~GeneratorUntypedBase () | 
| Private Attributes | |
| Catch::SimplePcg32 & | m_rng | 
| std::uniform_real_distribution< Float > | m_dist | 
| Float | m_current_number | 
| Additional Inherited Members | |
|  Public Types inherited from Catch::Generators::IGenerator< Float > | |
| using | type = Float | 
| 
 | inline | 
| 
 | inlineoverride | 
| 
 | inlineoverridevirtual | 
Implements Catch::Generators::GeneratorUntypedBase.
| 
 | private | 
| 
 | private | 
| 
 | private |