Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void
139
RandomNumber::get_sequence(std::string &sequence)
140
{
141
curr_generator_->get_sequence(sequence);
142
}
143
144
unsigned int
145
RandomNumber::rnd_upto(const unsigned int n, const Filter *f, const std::string *where)
Callers
1
get_sequence
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected