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

Method get_sequence

src/RandomNumber.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void
139RandomNumber::get_sequence(std::string &sequence)
140{
141 curr_generator_->get_sequence(sequence);
142}
143
144unsigned int
145RandomNumber::rnd_upto(const unsigned int n, const Filter *f, const std::string *where)

Callers 1

get_sequenceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected