UK-Sw1ft commented on a Page, Simple random Number  -  Apr 11, 2006

alias crand {
if $1 !isnum { return $false }
var %i = 1,%b = $1,%c = 9, %r
while %i <= %b {
set %r $addtok(%r,$r(%i,%c),0)
inc %i
}
echo -a %r
}

also does the job :> syntax: /crand I.e /crand 5 = 74557

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.