summaryrefslogtreecommitdiff
path: root/sources/utils/VSRandom.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
commit009350323123fc4b47041cb2194e8df19f69423b (patch)
treea9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/utils/VSRandom.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
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) {