Package org.esa.snap.core.util
Class RandomUtils
- java.lang.Object
-
- org.esa.snap.core.util.RandomUtils
-
public class RandomUtils extends Object
Random Utilities to manage seeds and other.- Since:
- SNAP 8
-
-
Field Summary
Fields Modifier and Type Field Description static String
SEED_ENV_VAR
-
Constructor Summary
Constructors Constructor Description RandomUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
seed()
Returns a seed from the current datetime or the user defined one.
-
-
-
Field Detail
-
SEED_ENV_VAR
public static final String SEED_ENV_VAR
- See Also:
- Constant Field Values
-
-