randomSet

fun randomSet(numBits: Int, numBitsSet: Int): BitSet

Create a random set which has numBitsSet of its numBits bits set.


fun randomSet(numBits: Int, percentSet: Float): BitSet

Same as randomSet but given a load factor.