Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ rand
Method
rand
pyvrp/cpp/RandomNumberGenerator.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
double RandomNumberGenerator::rand()
39
{
40
return operator()() / static_cast<double>(max());
41
}
Callers
2
test_rand
Function · 0.95
Solution
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_rand
Function · 0.76