Code:
  
on 1:text:~rand *:#: {
 if ($$2 isnum) {
     msg $chan $iif($2 < 9999999999,Random number: $rand(0,999999999),Random number: $rand(0,$2))
 }
 else msg $chan Digits only, please.
}


Should work.