See RaylibCore.LoadRandomSequence.
Pointer<Int> LoadRandomSequence(int count, int min, int max) => _module.LoadRandomSequence(count, min, max);