LoadRandomSequence method

Pointer<Int> LoadRandomSequence(
  1. int count,
  2. int min,
  3. int max
)

Implementation

Pointer<Int> LoadRandomSequence(int count, int min, int max) {
  return _LoadRandomSequence(count, min, max);
}