MCPcopy Create free account
hub / github.com/BrunoLevy/geogram / random_reset

Function random_reset

src/lib/geogram/basic/numeric.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void random_reset() {
72 random_engine = std::mt19937_64();
73 }
74
75 int32 random_int32() {
76 return std::uniform_int_distribution<int32>(

Calls

no outgoing calls

Tested by

no test coverage detected