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

Function get_sequence

src/random.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void
154get_sequence(std::string &sequence)
155{
156 RandomNumber *rnd = RandomNumber::GetInstance();
157 rnd->get_sequence(sequence);
158}
159
160///////////////////////////////////////////////////////////////////////////////
161

Callers 1

OutputMethod · 0.85

Calls 1

get_sequenceMethod · 0.45

Tested by

no test coverage detected