Class RandomJava

All Implemented Interfaces:
Serializable, RandomGenerator

public class RandomJava extends Rand
The RandomJava is the default java Random.
See Also:
  • Constructor Details

    • RandomJava

      @Inject public RandomJava(long seed)
      Constructs a RandomJava with the specified seed.
      Parameters:
      seed - the seed value (using namespace Random)