Uses of Class
jenes.tutorials.problem5.IntegerAlleleSet

Packages that use IntegerAlleleSet
jenes.tutorials.problem5   
 

Uses of IntegerAlleleSet in jenes.tutorials.problem5
 

Methods in jenes.tutorials.problem5 that return IntegerAlleleSet
static IntegerAlleleSet IntegerAlleleSet.createRandom(int size, int lowerBound, int upperBound)
          Builds an IntegerAlleleSet with random values within the range [lowerBound,upperBound]
static IntegerAlleleSet IntegerAlleleSet.createUniform(int size, int lowerBound, int upperBound)
          Builds a new IntegerAlleleSet with uniformly distributed values within the range [lowerBound,upperBound]