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