Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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>(
Callers
2
mesh_generate_random_samples_on_surface
Function · 0.85
mesh_generate_random_samples_in_volume
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected