Package org.esa.snap.core.util
Class RandomUtils
java.lang.Object
org.esa.snap.core.util.RandomUtils
Random Utilities to manage seeds and other.
- Since:
- SNAP 8
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
seed()
Returns a seed from the current datetime or the user defined one.
-
Field Details
-
SEED_ENV_VAR
- See Also:
-
-
Constructor Details
-
RandomUtils
public RandomUtils()
-
-
Method Details
-
seed
public static long seed()Returns a seed from the current datetime or the user defined one.
-