Class ApacheMathRandomGenerator

java.lang.Object
de.uka.ipd.sdq.probfunction.math.apache.impl.ApacheMathRandomGenerator
All Implemented Interfaces:
IRandomStream
Direct Known Subclasses:
MT19937RandomGenerator

public class ApacheMathRandomGenerator extends Object implements IRandomStream
Adapter for apache.math random generators.
  • Field Details

    • rng

      protected org.apache.commons.math.random.RandomGenerator rng
  • Constructor Details

    • ApacheMathRandomGenerator

      public ApacheMathRandomGenerator(org.apache.commons.math.random.RandomGenerator rng)
  • Method Details