Class CryptoHelper.StaticRandom

  • All Implemented Interfaces:
    java.util.function.LongSupplier
    Enclosing class:
    CryptoHelper

    public static class CryptoHelper.StaticRandom
    extends java.lang.Object
    implements java.util.function.LongSupplier
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticRandom​(long rnd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getAsLong()  
      • Methods inherited from class java.lang.Object

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

      • StaticRandom

        public StaticRandom​(long rnd)
    • Method Detail

      • getAsLong

        public long getAsLong()
        Specified by:
        getAsLong in interface java.util.function.LongSupplier