Hello
 
If I run this procedure . . .
 
clear
! time 12:00          /// resetting the system clock to 12:00
 
for aaa = 1 to 20
    bbb = random()
    ? bbb
next
 
. . . . I get the same 20 random numbers everytime, is there any other method of getting a random number without using the clock (a long shot I know).
 
If not, could somebody please explain what part of the clock is used - i.e. 100'th of a second, 1000's etc
 
Any Info would be usefull
 
Thanks
Chris