Class StochasticEngineLcp

  • All Implemented Interfaces:
    StochasticEngine

    public final class StochasticEngineLcp
    extends Object
    implements StochasticEngine
    This engine is based around the same Linear Congruential Pseudorandom (LCP) number generator used in java.util.Random. It is described in Knuth's book.
    Author:
    osborn