diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-21 05:55:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-21 05:55:15 +0100 |
commit | f2df6b6aaa55f2cf96271327e36e21e583836a53 (patch) | |
tree | e873d1515bc30b67f17cbee6e95fe32c9172c813 /src/algorithms/shuffling | |
parent | parity via multiplication (diff) | |
download | algorithms-and-data-structures-f2df6b6aaa55f2cf96271327e36e21e583836a53.tar.gz algorithms-and-data-structures-f2df6b6aaa55f2cf96271327e36e21e583836a53.tar.bz2 algorithms-and-data-structures-f2df6b6aaa55f2cf96271327e36e21e583836a53.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/algorithms/shuffling')
-rw-r--r-- | src/algorithms/shuffling/SattoloShuffle.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/shuffling/SattoloShuffle.java b/src/algorithms/shuffling/SattoloShuffle.java index 163464c..e981cb8 100644 --- a/src/algorithms/shuffling/SattoloShuffle.java +++ b/src/algorithms/shuffling/SattoloShuffle.java @@ -20,7 +20,7 @@ import java.util.Random; /** - * Bias free array shuffling class using Sattolo Cycles.<br/> + * Bias free array shuffling class using Sattolo Cycles.<br> * The is probably the best possible shuffling algorithm. */ public class SattoloShuffle |