MCPcopy 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
38double RandomNumberGenerator::rand()
39{
40 return operator()() / static_cast<double>(max());
41}

Callers 2

test_randFunction · 0.95
SolutionMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_randFunction · 0.76