MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / RandomIntegerGenerator

Method RandomIntegerGenerator

deps/Catch/catch.hpp:4633–4637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4631public:
4632
4633 RandomIntegerGenerator(Integer a, Integer b):
4634 m_rng(rng()),
4635 m_dist(a, b) {
4636 static_cast<void>(next());
4637 }
4638
4639 Integer const& get() const override {
4640 return m_current_number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected