Skip to content

1.1.5

Latest

Choose a tag to compare

@jkonecki jkonecki released this 24 Sep 07:29
· 9 commits to master since this release
c072b54

Added support for randomly selecting items using Fisher–Yates shuffle algorithm, which has time complexity of O(n).

Thanks to @Dowlatabadi for the contribution.