Skip to content

Releases: aliostad/RandomGen

Release list

1.1.5

Choose a tag to compare

@jkonecki jkonecki released this 24 Sep 07:29
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.