at.tuwien.ifs.somtoolbox.util
Class RandomTools
java.lang.Object
at.tuwien.ifs.somtoolbox.util.RandomTools
Deprecated. substitute with commons-math.rand*
@Deprecated
public class RandomTools
- extends Object
- Version:
- 17 Jan 2009
- Author:
- Robert Neumayer
Method Summary |
static int[] |
permutation(Random random,
int n)
Deprecated. |
private static void |
swap(int j,
int k,
int[] array)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomTools
public RandomTools()
- Deprecated.
permutation
public static int[] permutation(Random random,
int n)
- Deprecated.
swap
private static void swap(int j,
int k,
int[] array)
- Deprecated.