Class RandomUtil


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

      Fields 
      Modifier and Type Field Description
      private static java.util.Random rndGen  
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Random getRandomGenerator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rndGen

        private static java.util.Random rndGen
    • Constructor Detail

      • RandomUtil

        public RandomUtil()
    • Method Detail

      • getRandomGenerator

        public static java.util.Random getRandomGenerator()