summaryrefslogtreecommitdiff
path: root/sources/utils/VSRandom.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/utils/VSRandom.java')
-rw-r--r--sources/utils/VSRandom.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/utils/VSRandom.java b/sources/utils/VSRandom.java
index bd449d6..489bc90 100644
--- a/sources/utils/VSRandom.java
+++ b/sources/utils/VSRandom.java
@@ -11,11 +11,11 @@ import java.util.Random;
* The Class VSRandom.
*/
public final class VSRandom extends Random {
- private static final long serialVersionUID = 1L;
-
+ private static final long serialVersionUID = 1L;
+
/**
* Instantiates a new vS random.
- *
+ *
* @param seedAdd the seed add
*/
public VSRandom(long seedAdd) {
@@ -31,9 +31,9 @@ public final class VSRandom extends Random {
/**
* Next long.
- *
+ *
* @param mod the mod
- *
+ *
* @return the long
*/
public long nextLong(long mod) {