A sequence of non-repeatable, random numbers.

mitya.shihotov

New member
Can you tell me how to do this? We need to generate random non-repeatable numbers. With a given number of repetitions. For example, cyclic iteration of numbers from 0 to 9: - 1, 5, 6, 7, 0 ( the number of repetitions of the cycle is 5 times)
 
Top