public class RandomJava extends Rand
RandomJava
is the default java Random
.Constructor and Description |
---|
RandomJava(long seed)
Constructs a
RandomJava with the specified seed. |
@Inject public RandomJava(long seed)
RandomJava
with the specified seed.seed
- the seed value (using namespace Random
)