Topic: "fisher-yates-shuffle"
ctylim/rhuffle
Line shuffler for huge text file which does not fit in memory
Language: Rust - Size: 110 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 4

Aveek-Saha/js-data-structs
A small data structures library for JavaScript
Language: JavaScript - Size: 253 KB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

AndryRafam/Triple-DES
Triple Data Encryption Standard
Language: C++ - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 2

EdwinWalela/fixture-generator
Algorithm to generate football match fixtures (Data Structures and Algorithms Term Project)
Language: C++ - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 3

nattui/fisher-yates-shuffle
Fisher–Yates Shuffle: Random Permutation Algorithm (Java). The program shuffles the song names in the input text file, and outputs the shuffled into new text file.
Language: Java - Size: 6.84 KB - Last synced at: 10 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

zelosleone/oracle
A Next.js-powered divination app using dual-source entropy (Random.org API + Fisher-Yates shuffle) with TypeScript, TailwindCSS, and Web Speech API integration.
Language: TypeScript - Size: 291 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

zetaraku/algo-playground
🎡 Play with algorithms and watch it run step by step. 😀
Language: Vue - Size: 722 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

nemuelw/shuffler
Go package with 6 popular shuffling algorithms
Language: Go - Size: 5.86 KB - Last synced at: 26 days ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

falkirks/bogobogo
Bogobogosort implementation in node.js
Language: JavaScript - Size: 164 KB - Last synced at: 16 days ago - Pushed at: over 10 years ago - Stars: 3 - Forks: 0

kevinhermawan/shuffly
A JavaScript utility for shuffling arrays
Language: TypeScript - Size: 466 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

echenim/FisherYatesShuffle
The Fisher–Yates shuffle is an algorithm for generating a random permutation of a finite sequence—in plain terms, the algorithm shuffles the sequence. The algorithm effectively puts all the elements into a hat; it continually determines the next element by randomly drawing an element from the hat until no elements remain. The algorithm produces an unbiased permutation: every permutation is equally likely. The modern version of the algorithm is efficient: it takes time proportional to the number of items being shuffled and shuffles them in place. The Fisher–Yates shuffle is named after Ronald Fisher and Frank Yates, who first described it, and is also known as the Knuth shuffle after Donald Knuth. A variant of the Fisher–Yates shuffle, known as Sattolo's algorithm, may be used to generate random cyclic permutations of length n instead of random permutations.
Language: C# - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

igorskyflyer/npm-scramble
🃏 Scrambles (rearranges randomly) Strings and Arrays. 🎋
Language: TypeScript - Size: 38.1 KB - Last synced at: 19 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

sharukuffair/passwordGenerator
A Complex Password Generator App.
Language: CSS - Size: 864 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

macmcmeans/fisherYatesDurstenfeldKnuthShuffle
🔀 The standard algorithm for generating a uniformly chosen random permutation. Devised by Ronald Fisher and Frank Yates, modernized by Richard Durstenfeld and popularized by Donald E. Knuth. This version permits Sattolo cycles as well as seeded/keyed shuffles and unshuffles.
Language: JavaScript - Size: 161 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

akmalhisyammm/gitpedia
Basic Git learning app designed using gamification method and Fisher-Yates Shuffle algorithm
Language: TypeScript - Size: 3.9 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

CorvusCodex/Fisher-Yates-JS
The Fisher–Yates shuffle is an algorithm for generating a random permutation of a finite sequence—in plain terms, the algorithm shuffles the sequence. The algorithm effectively puts all the elements into a hat; it continually determines the next element by randomly drawing an element from the hat until no elements remain. The algorithm produces an unbiased permutation: every permutation is equally likely. The modern version of the algorithm is efficient: it takes time proportional to the number of items being shuffled and shuffles them in place.
Language: JavaScript - Size: 5.86 KB - Last synced at: 25 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

vgmda/RandomNumbers
C# Random class provides functionality to generate random numbers in C#. The Random class can also generate other data types including strings. In this code example, learn how to create a random number in C#.
Language: C# - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

eMahtab/shuffle-an-array
Shuffle an array
Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

uhmarcel/C-Cards-Shuffle
A program in C showcasing Fisher–Yates shuffle algorithm, to shuffle and deal a deck of cards.
Language: C - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

aaronjsutton/deck
Mock library for simulating decks of cards :spades:
Language: C - Size: 294 KB - Last synced at: 9 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

capital5/array-generic-shuffle Fork of steventhomson/array-generic-shuffle
Polyfill for JavaScript Array Shuffle
Language: JavaScript - Size: 145 KB - Last synced at: over 1 year ago - Pushed at: almost 11 years ago - Stars: 1 - Forks: 0

evenssalies/MSE
Statistical Evaluation Methods
Language: Stata - Size: 4.79 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

randy-riegsecker/StatesCapitalsQuiz
States & Capitals Quiz - Android App
Language: Java - Size: 34.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MarinaPollak/Portfolio
Algorithms Portfolio
Language: C# - Size: 4.8 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Hraby/fisher-yates-shuffle-quiz
Quiz using Fisher-Yates shuffle algorithm
Language: C# - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dukenorton/JacksOrBetter
This is the gambling game "Jacks Or Better". Here's how you play:
Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

elizabeth-trotter/randomnamegeneratorgroups
Time-Crunch Sprint: Random Group Generator (2 of 4 series) ~deployed
Language: JavaScript - Size: 96.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AnasMaarouf/EncryptionApplication
Encryption and decryption application which encrypts files within the given folder (including files in the subfolders of the given folder).
Language: C# - Size: 23.4 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

randy-riegsecker/CardDeck
Code to shuffle a deck of 52 cards
Language: Java - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Xotic750/shuffle-x
Creates an array of shuffled values.
Language: JavaScript - Size: 3.08 MB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Amheisern/AllCardsOnDeckCS
create and shuffle a deck of cards in c#
Language: C# - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wagnervieira1209/memory-game
React Redux - Memory Game
Language: JavaScript - Size: 602 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Livour/MazeGame
Basic Java maze generator and solver Built using Java Swing GUI
Language: Java - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Conradyen/Sorting-Shuffle-Visualizer
An application that visualize shuffle and sorting algorithm.
Language: TypeScript - Size: 44.9 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

29DCH/Mine-Sweeper
基于java swing的简单扫雷游戏,实现了基本逻辑.主要用到了floodfill算法和随机洗牌算法
Language: Java - Size: 40 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

0joshuaolson1/factoradic
Invertible transformations on permutation representations, including an RNG-free in-place Fisher-Yates-Knuth shuffle https://www.npmjs.com/package/factoradic
Language: JavaScript - Size: 47.9 KB - Last synced at: 17 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

maike-hilda/TriviaGame
A Harry Potter Themed Trivia Game
Language: JavaScript - Size: 44.9 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

vijaynaidu/Fisher-Yates-Shuffle
Fisher–Yates shuffle algorithm - as of https://en.wikipedia.org/wiki/Fisher–Yates_shuffle
Language: C# - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
