R:Base uses a pseudo random number generator. You can use the system
time variable to the 1/1,000 second to generate pseudo random numbers
that are for all intents and purposes random. Here is an example
select (random(INT(1000 * (FLOAT(format(.#time,"hhmmss.sss")))))) from
sys_tables where count = 1
Marc wrote:
I just tested this 3 times and get the same numbers each time.
I am setting the Random number to 15 and created 10
The numbers I get are
0 0 5 0 5 3 8 2 10 14 each of the 3 times I tested this.
I hope I am missing something, I sent an update out several months
back that needs truley random numbers.
Marc