Serialized Form
-
Package org.apache.commons.rng.simple
-
Class org.apache.commons.rng.simple.JDKRandomBridge extends Random implements Serializable
- serialVersionUID:
- 20161107L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
Deserialization method.- Throws:
IOException
- if an error occurs.ClassNotFoundException
- if an error occurs.
-
writeObject
private void writeObject(ObjectOutputStream output) throws IOException
Serialization method.- Throws:
IOException
- if an error occurs.
-
-
Serialized Fields
-
source
RandomSource source
Source.
-
-