Let’s say I have these two arrays I would like to populate roles with, let’s say 30% of ‘Good’ and 70% ‘Bad’ strings in a random order, but always 30% of ‘Good’ roles. I am currently running this scenario which randomly creates an array, but without the percent …