10000 20000 table numbers(10000000) SELECT count() FROM (SELECT rand() FROM {table}) SELECT count() FROM (SELECT randxorshift() FROM {table}) SELECT count() FROM (SELECT rand64() FROM {table}) SELECT count() FROM (SELECT randxorshift64() FROM {table})