MCPcopy 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
870function getRandomShellPositionH() {
871 return fitShellPositionInBoundsH(Math.random());
872}
873
874function getRandomShellPositionV() {
875 return fitShellPositionInBoundsV(Math.random());

Callers 1

launchShellFromConfigFunction · 0.85

Calls 1

Tested by

no test coverage detected