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