Uses of Class
org.uncommons.maths.binary.BitString
-
Packages that use BitString Package Description org.uncommons.maths.binary Classes for manipulating binary data.org.uncommons.maths.random This package provides deterministic, repeatable, pseudo-random number generators, a set of strategies for seeding them, and classes for generating values from different probability distributions. -
-
Uses of BitString in org.uncommons.maths.binary
Methods in org.uncommons.maths.binary that return BitString Modifier and Type Method Description BitString
BitString. clone()
static BitString
BinaryUtils. convertDoubleToFixedPointBits(double value)
Converts a floating point value in the range 0 - 1 into a fixed point bit string (where the most significant bit has a value of 0.5).Methods in org.uncommons.maths.binary with parameters of type BitString Modifier and Type Method Description private void
BitString. swapBits(BitString other, int word, int swapMask)
void
BitString. swapSubstring(BitString other, int start, int length)
An efficient method for exchanging data between two bit strings. -
Uses of BitString in org.uncommons.maths.random
Fields in org.uncommons.maths.random declared as BitString Modifier and Type Field Description private BitString
BinomialGenerator. pBits
-