Is it possible to use a "probability table" to get 2 non-repeating valor too?
Of course.
AdvancedRandom.Permutation(0) will give you the first random number.
AdvancedRandom.Permutation(1) will give you the second random number.
AdvancedRandom.Permutation(999) will give you the 1000th random number.