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