# Functions
BitReverse64 returns the bit-reverse value of the input value, within a context of 2^bitLen.
EqualSliceUint64 checks the equality between two uint64 slices.
EqualSliceUint8 checks the equality between two uint8 slices.
HammingWeight64 returns the hammingweight if the input value.
IsInSliceUint64 checks if x is in slice.
MaxFloat64 returns the maximum value of the input slice of uint64 values.
MaxUint64 returns the maximum value of the input slice of uint64 values.
MinUint64 returns the minimum value of the input slice of uint64 values.
NewBuffer creates a new buffer from the provided backing slice.
NewPRNG creates a new instance of PRNG.