It has in it, random(2)+1, that's what it does when you input 0, so it does all choices randomly, but there's three choices, that only picks from the first two, it needs to be switched to random(3)+1.