randomNameFish () { new fish[][32] = { "Trout", "Shark", "Swordfish" }; return fish[random (sizeof (fish))]; }