Serialized Form


Package com.buck.commons.algorithms

Class com.buck.commons.algorithms.MersenneTwister extends Random implements Serializable

serialVersionUID: 8797460739889233535L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

mt

int[] mt

mti

int mti

mag01

int[] mag01

__nextNextGaussian

double __nextNextGaussian

__haveNextNextGaussian

boolean __haveNextNextGaussian

Package com.buck.commons.net

Class com.buck.commons.net.URNSyntaxException extends Exception implements Serializable

serialVersionUID: 9038341204011423155L

Serialized Fields

input

String input
The input URN string that has the syntax issue.


index

int index
The index where the syntax issue occurred.



Copyright © 2013. All Rights Reserved.