Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ grease_value
Function
grease_value
mlspp/src/grease.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
static uint16_t
45
grease_value()
46
{
47
const auto where = rand_int(grease_values.size() - 1);
48
return grease_values.at(where);
49
}
50
51
static bool
52
grease_value(uint16_t val)
Callers
2
grease_sample
Function · 0.85
grease
Function · 0.85
Calls
2
rand_int
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected