10-02-2023, 02:03 AM
I would just set seed = timer
and run
which seems to be quite accurate.
and run
Code: (Select All)
Do
r = Rand(100)
Print r;
x = x + 1
If x = 10 Then Exit Do
Loop