Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NianBroken/Firework_Simulator
/ getRandomShellPositionH
Function
getRandomShellPositionH
js/script.js:870–872 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
868
}
869
870
function
getRandomShellPositionH() {
871
return
fitShellPositionInBoundsH(Math.random());
872
}
873
874
function
getRandomShellPositionV() {
875
return
fitShellPositionInBoundsV(Math.random());
Callers
1
launchShellFromConfig
Function · 0.85
Calls
1
fitShellPositionInBoundsH
Function · 0.85
Tested by
no test coverage detected