PHPackages                             fpastana/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. fpastana/fisher-yates-shuffle

ActiveLibrary

fpastana/fisher-yates-shuffle
=============================

Generate array of random numbers that never repeat themselves.

v1.0.0(3y ago)112PHPPHP &gt;=8.0

Since Apr 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fpastana/Fisher-Yates-shuffle)[ Packagist](https://packagist.org/packages/fpastana/fisher-yates-shuffle)[ RSS](/packages/fpastana-fisher-yates-shuffle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Technology Stack
----------------

[](#technology-stack)

- [PHP 8.0](https://php.net): Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
- [Composer 2.5.3](https://getcomposer.org): A Dependency Manager for PHP.
- [PHPUnit 10](https://docs.phpunit.de/en/10.0/): Sebastian Bergmann's framework for unit test. PHPUnit requires the dom and json extensions, which are normally enabled by default.

From GitHub:
============

[](#from-github)

Install the composer packages:
------------------------------

[](#install-the-composer-packages)

```
composer install

```

Run the Unit Tests
------------------

[](#run-the-unit-tests)

```
./vendor/bin/phpunit tests/Unit --color

```

URL for 10000 randomly generated numbers
----------------------------------------

[](#url-for-10000-randomly-generated-numbers)

```
http://127.0.0.1:8000/?initialNumber=1&finalNumber=10000

```

From Composer
=============

[](#from-composer)

```
composer require fpastana/fisher-yates-shuffle

```

```
