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
TheRandomJava
is the default javaRandom
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RandomJava(long seed)
Constructs aRandomJava
with the specified seed.
-
-
-
Constructor Detail
-
RandomJava
@Inject public RandomJava(long seed)
Constructs aRandomJava
with the specified seed.- Parameters:
seed
- the seed value (using namespaceRandom
)
-
-