Template Class RandomIntegerGenerator

Inheritance Relationships

Base Type

Class Documentation

template<typename Integer>
class RandomIntegerGenerator : public Catch::Generators::IGenerator<Integer>

Public Functions

inline RandomIntegerGenerator(Integer a, Integer b)
inline Integer const &get() const override
inline bool next() override