biosim.app.domworld
Class DomWorld

java.lang.Object
  extended by biosim.app.domworld.DomWorld

public class DomWorld
extends java.lang.Object


Field Summary
static double HEIGHT
           
static double WIDTH
           
 
Constructor Summary
DomWorld()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static double[][] randomTieStrength(ec.util.MersenneTwisterFast rnd, int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEIGHT

public static final double HEIGHT
See Also:
Constant Field Values

WIDTH

public static final double WIDTH
See Also:
Constant Field Values
Constructor Detail

DomWorld

public DomWorld()
Method Detail

randomTieStrength

public static double[][] randomTieStrength(ec.util.MersenneTwisterFast rnd,
                                           int n)

main

public static void main(java.lang.String[] args)