Class CRandomUtil


  • public class CRandomUtil
    extends java.lang.Object
    This is a tool for random generator functions which allows to generated random values for issue data.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CRandomUtil.Double
      Random generator functions to generate random Double values.
      static class  CRandomUtil.Float
      Random generator functions to generate random Float values.
      static class  CRandomUtil.Int
      Random generator functions to generate random Integer values.
      static class  CRandomUtil.Long
      Random generator functions to generate random Long values.
      static class  CRandomUtil.PersonName
      Random generator functions to generate Person Name.
      static class  CRandomUtil.PhoneNumber
      Random generator functions to generate Random Phone Number.
      static class  CRandomUtil.String
      Random generator functions to generate CLoremIpsum style random strings.
    • Constructor Summary

      Constructors 
      Constructor Description
      CRandomUtil()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CRandomUtil

        public CRandomUtil()