The Binary Bits (base 2 mod 3) generator creates sequences of binary numbers where each bit pattern or sequence results from some operation involving modulo 3 calculations. It generates values of varying lengths, suitable for testing applications involving low-level data representation, bitwise operations, or systems requiring binary input and output.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
Short name | Example of generated data | Data type matching | Country-specific |
---|---|---|---|
Binary Bits | binary numbers that are multiples of 3 | character varying character text bytea bit bit varying |
Default |
The generator can be assigned to a column with any name.
The generator produces data based on an IronPython script. Since it is built on the Python generator, see Python generator to customize settings and understand the correct usage of syntax.