Class MixWithSuiteName

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long xorHash  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long decorate​(long seed)
      Called to decorate the initial seed for a Randomness.
      private long fmix64​(long k)
      final mix from murmur hash 3.
      void initialize​(java.lang.Class<?> suiteClass)
      Called once after instantiation to set up the decorator.
      • Methods inherited from class java.lang.Object

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

      • xorHash

        private long xorHash
    • Constructor Detail

      • MixWithSuiteName

        public MixWithSuiteName()
    • Method Detail

      • initialize

        public void initialize​(java.lang.Class<?> suiteClass)
        Description copied from interface: SeedDecorator
        Called once after instantiation to set up the decorator.
        Specified by:
        initialize in interface SeedDecorator
      • fmix64

        private long fmix64​(long k)
        final mix from murmur hash 3.