Interface RandomSupplier
-
public interface RandomSupplier
-
-
Field Summary
Fields Modifier and Type Field Description static RandomSupplier
DEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Random
get(long seed)
-
-
-
Field Detail
-
DEFAULT
static final RandomSupplier DEFAULT
-
-