Socket
Socket
Sign inDemoInstall

knuth-shuffle-seeded

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    knuth-shuffle-seeded

The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support


Version published
Weekly downloads
1.1M
decreased by-0.16%
Maintainers
1
Install size
41.0 kB
Created
Weekly downloads
 

Changelog

Source

1.0.6: 2015-01-30

  • Regression tests using Mocha.
  • Travis CI support.
  • Codecov.io code coverage tracking support.
  • Add a proper CHANGELOG.md.
  • Move shuffle.js to browser.js.

Readme

Source

knuth-shuffle-seeded

npm Build Status Dependencies devDependencies Code Coverage

The Fisher-Yates (aka Knuth) shuffle for the browser and Node.js, with seeds support using seed-random.

This project is initially forked from coolaj86/knuth-shuffle, but is extended so that it is possible to specify a seed to use in the shuffling, to ensure test reproducability.

Online demo: https://timothygu.github.io/knuth-shuffle-seeded/

Getting Started

Node.js

Installing:

npm install knuth-shuffle-seeded

The Browser

Put browser.js into your directory for JavaScripts. Then take a look at index.html.

You can also visit the page at https://timothygu.github.io/knuth-shuffle-seeded/.

API

shuffle(inputArray[, seed])

See example.js for more examples.

Why not contribute to the original repo?

I have considered that, but the introduction of an npm dependency makes it necessary to use Browserify to generate a browser-compatible JavaScript file, which is too far away from the simple approach of knuth-shuffle.

Authors

  • AJ O'Neal (@coolaj86) -- initial author
  • Timothy Gu (@TimothyGu) -- seeding support

License

Copyright 2013 AJ O'Neal

Copyright 2015 Tiancheng "Timothy" Gu

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Keywords

FAQs

Last updated on 31 Jan 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc