If you dont want to use a 3th party plugin, you can always use a Dictionary.
(personaly i very much like the BHT Smart Random plugin)
Clear the Dictionary
While
Compare 2 values > Dictionary.KeyCount ... is less then the amount of numbers you want (i suppose 7)
Local variable 'r' / number
..........actions ... set r to floor(random(0,8))*10
...........................Dictionary add key .. key is zeropad(r,2) ... value = r
Now you have a dictionary containing randoms with no duplicates.
How i did it before the plugin.