Package org.opt4j.common.random
Class RandomJava
- java.lang.Object
-
- java.util.Random
-
- org.opt4j.common.random.Rand
-
- org.opt4j.common.random.RandomJava
-
- All Implemented Interfaces:
Serializable
public class RandomJava extends Rand
TheRandomJavais the default javaRandom.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RandomJava(long seed)Constructs aRandomJavawith the specified seed.
-
-
-
Constructor Detail
-
RandomJava
@Inject public RandomJava(long seed)
Constructs aRandomJavawith the specified seed.- Parameters:
seed- the seed value (using namespaceRandom)
-
-