Class Randoms.SecureRandomInstances$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Function0<java.util.Random>, scala.Product
    Enclosing class:
    Randoms

    public static class Randoms.SecureRandomInstances$
    extends java.lang.Object
    implements scala.Function0<java.util.Random>, scala.Product, java.io.Serializable
    A factory that creates SecureRandom instances
    See Also:
    Serialized Form
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Function0

        apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toString
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • SecureRandomInstances$

        public SecureRandomInstances$()
    • Method Detail

      • apply

        public java.util.Random apply()
        Specified by:
        apply in interface scala.Function0<java.util.Random>