random-permutations

There are 5 repositories under random-permutations topic.

  • asimihsan/permutation-iterator-rs

    A Rust library for iterating over random permutations.

    Language:Rust14301
  • maxmouchet/gfc

    Implementation of a Generalized-Feistel Cipher for generating random permutations.

    Language:C7302
  • eduardosantoshf/assignment-problem

    First AED Project - Algorithms to solve a problem in C using different methods (brute force, branch-and-bound, random permutations)

    Language:C1101
  • Goreli/DKMCPPM

    Melbourne C++ Meetup materials

    Language:C++1200
  • 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:JavaScript1200