Hi,
Is it possible to generate a non-repeating random numbers?
I have this syntax:
ClearCollect( RandomNumbers, ForAll( [ 1, 2, 3, 4, 5,6,7,8,9,10 ], RoundDown(
txtRandStart.Text + Rand() * (txtRandEnd.Text + 1 - txtRandStart.Text), 0 )))
And when I generate the numbers, there's a repeating numbers.


Any help is appreciated! 🙂
Regards,
May