Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ RandomIntegerGenerator
Method
RandomIntegerGenerator
external/catch.hpp:4624–4628 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4622
public:
4623
4624
RandomIntegerGenerator(Integer a, Integer b):
4625
m_rng(rng()),
4626
m_dist(a, b) {
4627
static_cast<void>(next());
4628
}
4629
4630
Integer const& get() const override {
4631
return m_current_number;
Callers
nothing calls this directly
Calls
1
next
Function · 0.85
Tested by
no test coverage detected