Re: A86: Re: Random Number
[Prev][Next][Index][Thread]
Re: A86: Re: Random Number
_randint equ $5544
input:
_OP1=lower number
_OP2=higher number
output:
_OP1=random integer between OP1 and OP2
note: OP1 and OP2 may not necessarily need to be lower and higher # in the
order, but it's good practice.
In a message dated 3/10/99 11:31:17 PM Eastern Standard Time,
BlAsTo1414@aol.com writes:
> im assuming that makes a random number, where is that number stored?
>
> <<
> call _randint
>
> >
> >is it possible to use the basic randInt( function ??
> >or can anyone tell me of a good random number routine where i could input
> high
> >and low values and the output would be between them?? >>
>