MCPcopy 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
44static uint16_t
45grease_value()
46{
47 const auto where = rand_int(grease_values.size() - 1);
48 return grease_values.at(where);
49}
50
51static bool
52grease_value(uint16_t val)

Callers 2

grease_sampleFunction · 0.85
greaseFunction · 0.85

Calls 2

rand_intFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected