MCPcopy Create free account
hub / github.com/NianBroken/Firework_Simulator / randomShellName

Function randomShellName

js/script.js:766–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

764};
765
766function randomShellName() {
767 return Math.random() < 0.5 ? "Crysanthemum" : shellNames[(Math.random() * (shellNames.length - 1) + 1) | 0];
768}
769
770function randomShell(size) {
771 // Special selection for codepen header.

Callers 2

randomShellFunction · 0.85
randomFastShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected