GetRandomValue function

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

See RaylibCoreFlatModule.GetRandomValue.

Implementation

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