public interface SeedGenerator extends LongSupplier
| Modifier and Type | Method and Description |
|---|---|
default long |
getAsLong() |
long |
getNextSeed()
Returns the next seed of this generator.
|
long getNextSeed()
default long getAsLong()
getAsLong in interface LongSupplierCopyright © 2019–2020. All rights reserved.