PHPackages                             jp3cki/fisher-yates-shuffle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jp3cki/fisher-yates-shuffle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jp3cki/fisher-yates-shuffle
===========================

The implementation of Fisher-Yates shuffle Algorithm.

v1.0.0(10y ago)149UnlicensePHPPHP &gt;= 5.4

Since Feb 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fetus-hina/fisher-yates-shuffle)[ Packagist](https://packagist.org/packages/jp3cki/fisher-yates-shuffle)[ RSS](/packages/jp3cki-fisher-yates-shuffle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

fisher-yates-shuffle
====================

[](#fisher-yates-shuffle)

Simple implementation of Fisher-Yates Shuffle algorithm.

REQUIREMENTS
------------

[](#requirements)

- PHP 5.4 or later (strongly recommended PHP 5.6 or later)
- Composer

USAGE
-----

[](#usage)

1. Install via [Composer](https://getcomposer.org/).

    `$ composer.phar require "jp3cki/fisher-yates-shuffle"`
2. Use `jp3cki\fisherYatesShuffle\shuffle` function.

### PHP 5.6 or later

[](#php-56-or-later)

```
