Creating huge data in very less time.

CTO debatem1 at gmail.com
Tue Mar 31 03:37:16 EDT 2009


1) How random is random enough? Some PRNGs are very fast, and some are
very random, but theres always a compromise.
2) How closely related can the files be? It would be easy to generate
1GB of pseudorandom numbers, then just append UUIDs to them
3) Unique filenames can be generated with tmpnam




More information about the Python-list mailing list