| spdlog
    | 
#include <catch.hpp>
| Public Types | |
| using | type = Float | 
| Public Member Functions | |
| RandomFloatingGenerator (Float a, Float b) | |
| Float const & | get () const override | 
| bool | next () override | 
| Private Attributes | |
| std::minstd_rand | m_rand | 
| std::uniform_real_distribution< Float > | m_dist | 
| Float | m_current_number | 
| 
 | inherited | 
| 
 | inline | 
| 
 | inlineoverridevirtual | 
Implements Catch::Generators::IGenerator< Float >.
| 
 | inlineoverridevirtual | 
Implements Catch::Generators::GeneratorUntypedBase.
| 
 | private | 
| 
 | private | 
| 
 | private |