LoadRandomSequence abstract method

MemoryPointer<RInt32> LoadRandomSequence(
  1. int count,
  2. int min,
  3. int max
)

Load random values sequence, no values repeated, min and max included

Implementation

MemoryPointer<RInt> LoadRandomSequence(
  int count,
  int min,
  int max,
);