I'd like to generate Bitset objects with a capacity (length) of 10 bits for which the individual bits are chosen randomly.
1 | initial version |
I'd like to generate Bitset objects with a capacity (length) of 10 bits for which the individual bits are chosen randomly.