aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/shuffling/SattoloShuffle.java
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/algorithms/shuffling/SattoloShuffle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/shuffling/SattoloShuffle.java b/src/algorithms/shuffling/SattoloShuffle.java
index d34a334..78ab41d 100644
--- a/src/algorithms/shuffling/SattoloShuffle.java
+++ b/src/algorithms/shuffling/SattoloShuffle.java
@@ -23,7 +23,7 @@ import java.util.Random;
* Bias free array shuffling class using Sattolo Cycles.<br/>
* The is probably the best possible shuffling algorithm.
*/
-public class KnuthShuffle
+public class SattoloShuffle
{
£>for T in boolean char byte short int long float double Object; do
/**