GetRandomValue function

int GetRandomValue(
  1. num min,
  2. num max
)

Implementation

int GetRandomValue(
  num min,
  num max,
) => _module.GetRandomValue(min, max);