rand();
rand(min,max);
$x = rand(0,10); echo $x; // outputs : random integer between 0 and 10 (inclusive)
Pro tip: use ```triple backticks around text``` to write in code fences