Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ ~JukeBoxImpl
Method
~JukeBoxImpl
framework/jukebox.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
rng.seed(time_seconds);
35
}
36
~JukeBoxImpl() override { this->stop(); }
37
38
void shuffle() { std::shuffle(trackList.begin(), trackList.end(), rng); }
39
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected