Clean-up.

This commit is contained in:
Major-
2013-11-03 05:11:24 +00:00
parent a61b6e3845
commit b3598aeb81
105 changed files with 963 additions and 911 deletions
+15 -15
View File
@@ -45,21 +45,6 @@ public final class IsaacRandom {
*/
private static int MASK = SIZE - 1 << 2;
/**
* The count through the results in the results array.
*/
private int count;
/**
* The results given to the user.
*/
private int[] rsl;
/**
* The internal state.
*/
private int[] mem;
/**
* The accumulator.
*/
@@ -75,6 +60,21 @@ public final class IsaacRandom {
*/
private int c;
/**
* The count through the results in the results array.
*/
private int count;
/**
* The internal state.
*/
private int[] mem;
/**
* The results given to the user.
*/
private int[] rsl;
/**
* Creates the random number generator without an initial seed.
*/