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:
Luc Maisonobe 2016-01-17 11:35:25 +01:00
parent 32280b862c
commit 5b940aaf30
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public abstract class AbstractWell
extends BaseRandomGenerator
implements Serializable {
/** Serializable version identifier. */
private static final long serialVersionUID = 20151228L;
private static final long serialVersionUID = 20150228L;
/** Current index in the bytes pool. */
protected int index;
/** Bytes pool. */