heres my input :P
PHP Code:
//all numbers which can be chosen; also strings possible
temp.number_possible = {3, 5, 8, 10, 4};
//check ph8's post for the int() and random() description
temp.number_display = temp.number_possible[ int(random(0, temp.number_possible.size())) ];
player.chat = temp.number_display;