MCPcopy Create free account
hub / github.com/MyGUI/mygui / seedExtract2

Function seedExtract2

MyGUIEngine/src/msdfgen/core/edge-coloring.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static int seedExtract2(unsigned long long &seed) {
39 int v = int(seed)&1;
40 seed >>= 1;
41 return v;
42}
43
44static int seedExtract3(unsigned long long &seed) {
45 int v = int(seed%3);

Callers 2

switchColorFunction · 0.85
colorSecondDegreeGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected