Class ThreadSafeRandom

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class ThreadSafeRandom extends NullaryFunction
Random number generator using the java.util.concurrent.ThreadLocalRandom nextDouble(double) method.
Since:
3.5
See Also:
  • Constructor Details

    • ThreadSafeRandom

      public ThreadSafeRandom()
  • Method Details