Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
static int seedExtract2(unsigned long long &seed) {
39
int v = int(seed)&1;
40
seed >>= 1;
41
return v;
42
}
43
44
static int seedExtract3(unsigned long long &seed) {
45
int v = int(seed%3);
Callers
2
switchColor
Function · 0.85
colorSecondDegreeGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected