Uncommons Maths API
(Version 1.2.3)

Serialized Form


Package org.uncommons.maths.binary

Class org.uncommons.maths.binary.BitString extends Object implements Serializable

Serialized Fields

length

int length

data

int[] data
Store the bits packed in an array of 32-bit ints. This field cannot be declared final because it must be cloneable.


Package org.uncommons.maths.number

Class org.uncommons.maths.number.Rational extends Number implements Serializable

Serialized Fields

numerator

long numerator

denominator

long denominator

Package org.uncommons.maths.random

Class org.uncommons.maths.random.AESCounterRNG extends Random implements Serializable

Serialized Fields

seed

byte[] seed

cipher

Cipher cipher

counter

byte[] counter

lock

ReentrantLock lock

currentBlock

byte[] currentBlock

index

int index

Class org.uncommons.maths.random.CellularAutomatonRNG extends Random implements Serializable

Serialized Fields

seed

byte[] seed

cells

int[] cells

lock

ReentrantLock lock

currentCellIndex

int currentCellIndex

Class org.uncommons.maths.random.CMWC4096RNG extends Random implements Serializable

Serialized Fields

seed

byte[] seed

state

int[] state

carry

int carry

index

int index

lock

ReentrantLock lock

Class org.uncommons.maths.random.JavaRNG extends Random implements Serializable

Serialized Fields

seed

byte[] seed

Class org.uncommons.maths.random.MersenneTwisterRNG extends Random implements Serializable

Serialized Fields

seed

byte[] seed

lock

ReentrantLock lock

mt

int[] mt

mtIndex

int mtIndex

Class org.uncommons.maths.random.Probability extends Number implements Serializable

Serialized Fields

probability

double probability

Class org.uncommons.maths.random.SeedException extends Exception implements Serializable

Class org.uncommons.maths.random.XORShiftRNG extends Random implements Serializable

Serialized Fields

state1

int state1

state2

int state2

state3

int state3

state4

int state4

state5

int state5

seed

byte[] seed

lock

ReentrantLock lock

Package org.uncommons.maths.statistics

Class org.uncommons.maths.statistics.EmptyDataSetException extends RuntimeException implements Serializable


Uncommons Maths API
(Version 1.2.3)