Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ RandomFloatingGenerator
Method
RandomFloatingGenerator
external/catch.hpp:4602–4606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4600
public:
4601
4602
RandomFloatingGenerator(Float a, Float b):
4603
m_rng(rng()),
4604
m_dist(a, b) {
4605
static_cast<void>(next());
4606
}
4607
4608
Float const& get() const override {
4609
return m_current_number;
Callers
nothing calls this directly
Calls
1
next
Function · 0.85
Tested by
no test coverage detected