#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 | |
Catch::SimplePcg32 & | m_rng |
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 |