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 SummaryFields Modifier and Type Field Description static StringSEED_ENV_VAR
 - 
Constructor SummaryConstructors Constructor Description RandomUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static longseed()Returns a seed from the current datetime or the user defined one.
 
- 
- 
- 
Field Detail- 
SEED_ENV_VARpublic static final String SEED_ENV_VAR - See Also:
- Constant Field Values
 
 
- 
 
-