Fixed List.rand
List.rand( n, false )
wasn't shuffling correctly for n < size
and wasn't shuffling at all for n == size
Fixed and test applied
List.rand( n, false )
wasn't shuffling correctly for n < size
and wasn't shuffling at all for n == size
Fixed and test applied