Template Class RandomIntegerGenerator

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

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