Load random values sequence, no values repeated, min and max included
Pointer<Int> LoadRandomSequence(int count, int min, int max) => _LoadRandomSequence(count, min, max);