[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Random Entry



PureBytes Links

Trading Reference Links

If you want to substitute the "Random" function in TS 2000 Easy Language,
the input is an integer which is greater than all then returned random
numbers.    The TS 2000 Random function returns only floats of the type
nn.nnnn, so for an integer you would have to use the IntPortion function.
Therefore if your max value is 51 then IntPortion(Random(52)) would return
random integers in the Range 0 - 50;

----- Original Message -----
From: Dave DeLuca <ddeluca@xxxxxxxxxx>
To: Omega List <omega-list@xxxxxxxxxx>; Michael Stewart <MPST@xxxxxxxxxxxxx>
Sent: Thursday, September 30, 1999 4:43 PM
Subject: RE: Random Entry