Package yarp

Class Random


  • public class Random
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean swigCMemOwn  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Random()  
      protected Random​(long cPtr, boolean cMemoryOwn)  
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • Random

        protected Random​(long cPtr,
                         boolean cMemoryOwn)
      • Random

        public Random()
    • Method Detail

      • getCPtr

        protected 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)