I need to generate about 1 GB of random data

beer

Lifer
Jun 27, 2000
11,169
1
0
I need to generate about 1 GB of random data. I'm doing file transfer experiments.

Yes, I can write a tool in about 10 minutes that does this, but if there's a freeware app out there that already does it, it'd make me really happy...

Thanks
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
It's easy to do in Linux..

dd if=/dev/urandom of=/path/to/file

Not so sure how easy it is in Windows.
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
Depends on what format you want it in. Here is a tool that works for SQL databases. If you just want 1 gigabyte of random 8-bit, or 16-bit, or 32-bit values then probably best just to whip out a tool to generate it and write it out.