Package yarp
Class Random
- java.lang.Object
-
- yarp.Random
-
public class Random extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected 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)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Random obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.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)
-
-