Good catch about the distribution, but somewhat misleading since all the numbers possible with that code are between 0 and 5.STARGÅTE wrote:This is no uniform distribution, because you get more numbers between 0 and 5 than numbers between 6 and 9.Code: Select all
Random=Random(25,0) Random%10
What blows me away is infratec's Random('Z', 'A') and Random('9', '0').