yarp
Class Random
java.lang.Object
yarp.Random
public class Random
- extends java.lang.Object
Constructor Summary |
Random()
|
Random(long cPtr,
boolean cMemoryOwn)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
Random
public Random(long cPtr,
boolean cMemoryOwn)
Random
public Random()
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)