RANGEN HELP
package "rangen"
version "1.17"
purpose "generates a random stream of bits using the Mersenne Twister.
The number of bits generated is given as the count option,
possibly followed by k, M, G, T, meaning 1e3, 1e6, 1e9, 1e12.
No count option means forever.
When generating binary data (the default) the first generated
bit is the most significant bit of the first byte."
option "bitmode" b "one char (0x00 or 0xff) per generated bit" flag off
option "count" c "the number of bit to generate" string no
option "seed" s "a 32-bit integer used as a seed" long no