at.tuwien.ifs.somtoolbox.util
Class RandomTools

java.lang.Object
  extended by 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

Constructor Summary
RandomTools()
          Deprecated.  
 
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
 

Constructor Detail

RandomTools

public RandomTools()
Deprecated. 
Method Detail

permutation

public static int[] permutation(Random random,
                                int n)
Deprecated. 

swap

private static void swap(int j,
                         int k,
                         int[] array)
Deprecated.