rand 100 into 10 groups

Run Settings
LanguagePHP
Language Version
Run Command
<?php $range = range(1, 100); shuffle($range); $groups = array_chunk($range, 10); print_r($groups);
Editor Settings
Theme
Key bindings
Full width
Lines