Package zombie.core

Class Rand.PZSeedGenerator

java.lang.Object
zombie.core.Rand.PZSeedGenerator
All Implemented Interfaces:
org.uncommons.maths.random.SeedGenerator
Enclosing class:
Rand

public static final class Rand.PZSeedGenerator
extends java.lang.Object
implements org.uncommons.maths.random.SeedGenerator
  • Method Summary

    Modifier and Type Method Description
    byte[] generateSeed​(int length)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • generateSeed

      public byte[] generateSeed​(int length)
      Specified by:
      generateSeed in interface org.uncommons.maths.random.SeedGenerator