<?php rand(): int
<?php class Test { function number() { return 'Random: ' . rand(0, 10); } function text() {