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 int1)
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 int1)- Specified by:
generateSeed
in interfaceorg.uncommons.maths.random.SeedGenerator
-