MCPcopy Create free account
hub / github.com/csmith-project/csmith / GetRndNumGenerator

Method GetRndNumGenerator

src/RandomNumber.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97AbsRndNumGenerator*
98RandomNumber::GetRndNumGenerator(void)
99{
100 assert(instance_->curr_generator_);
101 return instance_->curr_generator_;
102}
103
104/*
105 * Currently we can't switch to SeqRandom mode from other mode,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected