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

Method get_sequence

src/DefaultRndNumGenerator.cpp:90–96  ·  view source on GitHub ↗

* Return the sequence of random choices */

Source from the content-addressed store, hash-verified

88 * Return the sequence of random choices
89 */
90void
91DefaultRndNumGenerator::get_sequence(std::string &sequence)
92{
93 std::ostringstream ss;
94 seq_->get_sequence(ss);
95 sequence = ss.str();
96}
97
98std::string
99DefaultRndNumGenerator::get_prefixed_name(const std::string &name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected