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

Method RandomFloatingGenerator

deps/Catch/catch.hpp:4611–4615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4609public:
4610
4611 RandomFloatingGenerator(Float a, Float b):
4612 m_rng(rng()),
4613 m_dist(a, b) {
4614 static_cast<void>(next());
4615 }
4616
4617 Float const& get() const override {
4618 return m_current_number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected