Whats the best/easiest way to get this:
what i have:
array('100', '100', '100', '80', '70', '70', '50', '45');
what the output should look like:
100 (random order)
100 (random order)
100 (random order)
80
70 (random order)
70 (random order)
50
45