All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Generators::RandomFloatingGenerator< Float > Class Template Referencefinal
+ Inheritance diagram for Catch::Generators::RandomFloatingGenerator< Float >:

Public Member Functions

 RandomFloatingGenerator (Float a, Float b)
 
Float const & get () const override
 
bool next () override
 

Private Attributes

Catch::SimplePcg32m_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
 

Detailed Description

template<typename Float>
class Catch::Generators::RandomFloatingGenerator< Float >

Definition at line 4603 of file catch.hpp.


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