Skip to content

Fixed List.rand

Compare
Choose a tag to compare
@timyates timyates released this 12 Sep 15:36
· 32 commits to master since this release

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

Fixed and test applied