Reverting commit e34f50dd10
as per Gilles request.
The work on revamping the random packages is perfoemd in the random-ravamp branch.
This commit is contained in:
parent
32280b862c
commit
5b940aaf30
|
@ -38,7 +38,7 @@ public abstract class AbstractWell
|
||||||
extends BaseRandomGenerator
|
extends BaseRandomGenerator
|
||||||
implements Serializable {
|
implements Serializable {
|
||||||
/** Serializable version identifier. */
|
/** Serializable version identifier. */
|
||||||
private static final long serialVersionUID = 20151228L;
|
private static final long serialVersionUID = 20150228L;
|
||||||
/** Current index in the bytes pool. */
|
/** Current index in the bytes pool. */
|
||||||
protected int index;
|
protected int index;
|
||||||
/** Bytes pool. */
|
/** Bytes pool. */
|
||||||
|
|
Loading…
Reference in New Issue