Class Random

All Implemented Interfaces:
PostfixMathCommandI, Serializable

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

For multiple thread usage see com.singularsys.jep.misc.threadsafeeval.ThreadSafeRandom, not included in GWTJep

See Also:
  • Constructor Details

    • Random

      public Random()
  • Method Details