Python script that generates blob files

Paul Rubin http
Thu Oct 7 19:28:31 EDT 2004


"Sean  Carey" <sean.carey at gmail.com> writes:
> I am wondering if anyone knows of a python script or any other script
> that will generate random files with random sizes that I can specify.

Python 2.4 should have an os.urandom function that gives you a random
character string of a size you specify.  I'm not sure if that's what
you're asking.



More information about the Python-list mailing list