Class Random

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Random extends NullaryFunction
Encapsulates the Math.random() function.

For multiple thread usage see ThreadSafeRandom

See Also:
  • Constructor Details

    • Random

      public Random()
  • Method Details