s373.boids
Class RndUtils

java.lang.Object
  extended by s373.boids.RndUtils

public final class RndUtils
extends Object


Constructor Summary
RndUtils()
           
 
Method Summary
static float random(float max)
           
static float random(float min, float max)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RndUtils

public RndUtils()
Method Detail

random

public static float random(float max)

random

public static float random(float min,
                           float max)


Processing library boids by Andre Sier. (C) 2010-12