Uses of Class
org.uncommons.maths.binary.BitString
Packages that use BitString
Package
Description
Classes for manipulating binary data.
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 BitStringModifier and TypeMethodDescriptionBitString.clone()static BitStringBinaryUtils.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 BitStringModifier and TypeMethodDescriptionprivate voidvoidBitString.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