You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<em>GBG</em> is a 32 bit & 64 bit Windows command line program that creates files of a specified size, filled with pseudo-random <strong>G</strong>ar<strong>b</strong>a<strong>g</strong>e bytes.
28
28
</p>
29
29
<p>
30
-
Files between 0 and 2GiB in size can be generated, although for file sizes greater than 500,000,000 bytes the user must confirm the operation.
30
+
Files between 0 and 2GiB in size can be generated, although for file sizes greater than 500,000,000 bytes the user must either confirm the operation or specify a command line option to ignore the size check.
31
31
</p>
32
32
<p>
33
33
Files up to 10MiB in size are generated with random bytes. Files larger than 10MiB have the first 10MiB bytes generated randomly, but then that same 10MiB pattern is repeated as many times as necessary. If the requested file size is zero then an empty file is created.
@@ -62,7 +62,7 @@ <h2 class="panel-title">
62
62
</p>
63
63
<ul>
64
64
<li>
65
-
Choose <code>gbg-exe64-{{page.version}}.zip</code> to download a zip file containing the 64 bit version of the program or <code>gbg-exe32-{{page.version}}.zip</code>for the 32 bit version. There is no installer. Just extract the desired program's <code>.exe</code> from the <code>.zip</code> file and copy it to a folder on your system. It can be run from there.
65
+
Choose <code>gbg-exe-{{page.version}}.zip</code> to download a zip file containing the both the 64 bit and 32 bit versions of the program. The 64 bit program is named <code>GBG.exe</code>while the 32 bit version is named <code>GBG32.exe</code>. Which version you choose depends on whether you are running Windows 64 bit or 32 bit. There is no installer. Just extract the desired program's <code>.exe</code> from the <code>.zip</code> file and copy it to a folder on your system. It can be run from there.
66
66
</li>
67
67
<li>
68
68
Choose <code>Source code.zip</code> to download the source code in <code>.zip</code> format.
0 commit comments