random-shuffle

There are 6 repositories under random-shuffle topic.

  • ctylim/rhuffle

    Line shuffler for huge text file which does not fit in memory

    Language:Rust12254
  • winkjs/wink-helpers

    Functions for cross validation, shuffle, cartesian product and more

    Language:JavaScript6683
  • kutyel/trolleys

    🛒 Haskell program to schedule trolleys and shifts randomly!

    Language:Haskell440
  • Password-Generator

    Ongoing-Knowledge-Scraping/Password-Generator

    User specifies how many letters, symbols and numbers to use. Script randomly pulls them then shuffles before printing to screen.

    Language:Python100
  • rootslab/brando

    Brando, is a module to handle / generate pseudo-random sequences/permutations of integers using Buffers.

    Language:JavaScript120
  • ori88c/non-replacement-random-item-sampler

    An efficient random item sampler that ensures O(1) sampling complexity, and equal selection probability for all items across cycles. Each cycle ensures unique, non-repeating item selections, with each item sampled only once per cycle. Upon cycle completion, the sampler automatically refreshes, initiating a new cycle to repeat the process.

    Language:TypeScript0100