2017 © Pedro Peláez
 

library fisher-yates

A PHP implementation of the Fisher-Yates shuffle

image

lifemeetscode/fisher-yates

A PHP implementation of the Fisher-Yates shuffle

  • Sunday, January 7, 2018
  • by adamkammeyer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

fisher-yates

A PHP implementation of the Fisher-Yates shuffle, (*1)

Travis branch, (*2)

Installing

Use Composer:, (*3)

composer require lifemeetscode/fisher-yates

Usage

$itemsToShuffle = ['a', 'b', 'c', 'd', 'e'];

$fy = new FisherYates($itemsToShuffle);

$result = $fy->shuffle();

The Versions

07/01 2018

dev-master

9999999-dev

A PHP implementation of the Fisher-Yates shuffle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Kammeyer

07/01 2018

dev-development

dev-development

A PHP implementation of the Fisher-Yates shuffle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Kammeyer

07/01 2018

v1.0.2

1.0.2.0

A PHP implementation of the Fisher-Yates shuffle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Kammeyer

07/01 2018

v1.0.1

1.0.1.0

A PHP implementation of the Fisher-Yates shuffle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Kammeyer

26/04 2017

v1.0.0

1.0.0.0

A PHP implementation of the Fisher-Yates shuffle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Kammeyer