Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
void
154
get_sequence(std::string &sequence)
155
{
156
RandomNumber *rnd = RandomNumber::GetInstance();
157
rnd->get_sequence(sequence);
158
}
159
160
///////////////////////////////////////////////////////////////////////////////
161
Callers
1
Output
Method · 0.85
Calls
1
get_sequence
Method · 0.45
Tested by
no test coverage detected