Random
Complete API reference for Random, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Math
Component: no
public class Random
Static Methods
| Signature | Returns | Description |
|---|---|---|
range(int, int) | int | Returns a random integer value between min and max. |
range(float, float) | float | Returns a random float value between min and max. |