Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NianBroken/Firework_Simulator
/ whiteOrGold
Function
whiteOrGold
js/script.js:578–580 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
576
}
577
578
function
whiteOrGold() {
579
return
Math.random() < 0.5 ? COLOR.Gold : COLOR.White;
580
}
581
582
// Shell helpers
583
function
makePistilColor(shellColor) {
Callers
3
makePistilColor
Function · 0.85
crysanthemumShell
Function · 0.85
horsetailShell
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected