blue.math
Class NaturalPermutationSet

java.lang.Object
  |
  +--blue.math.NaturalPermutationSet

public class NaturalPermutationSet
extends java.lang.Object


Constructor Summary
NaturalPermutationSet(int s)
           
 
Method Summary
 int next_element()
           
 void random()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaturalPermutationSet

public NaturalPermutationSet(int s)
Method Detail

random

public void random()

next_element

public int next_element()

reset

public void reset()