Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ next
Method
next
CvPlot/ext/catch2/inc/catch.hpp:4559–4562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4557
return m_current_number;
4558
}
4559
bool next() override {
4560
m_current_number = m_dist(m_rng);
4561
return true;
4562
}
4563
};
4564
4565
template <typename Integer>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected