cesardpaz
5/7/2020 - 2:50 AM

Crear dos numeros random

$rnd1 = rand(0,9);
do {
  $rnd2 = rand(0,9);
} while ($rnd1 == $rnd2);