I need to generate random numbers with duplicates, for example 6 numbers with three numbers x (3,3,3,5,6,1) or (6,3,1,5,1,1) both have 3 equal numbers, I read the forums and can't find anything similar. Can be 3x 2x 1x... but not 3x,3x.
(I tried to make something reading the tutorial about making random number without duplicates, but can't make it work)
Any help will be appreciated,
Thanks.