yarp
Class Random

java.lang.Object
  extended by yarp.Random

public class Random
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
Random()
           
Random(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(Random obj)
           
static double normal()
           
static double normal(double m, double s)
           
static void seed_c(int seed)
           
static double uniform()
           
static int uniform(int min, int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Random

public Random(long cPtr,
              boolean cMemoryOwn)

Random

public Random()
Method Detail

getCPtr

public static long getCPtr(Random obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

uniform

public static double uniform()

normal

public static double normal(double m,
                            double s)

seed_c

public static void seed_c(int seed)

normal

public static double normal()

uniform

public static int uniform(int min,
                          int max)