next permutation from lexicographic order of an array, a'la Narayana Pandita in 14th century India.
Randomly permutate an array from an optinal seed, generating set of arrays that similar to the seed array
generates permutation of elements in an array
permutate a array given
A tiny library to permutate a sequence.
permutate an input stream
This package provides a safe way to generate permutations for a given input array.
Permutates elements. Same as https://www.npmjs.com/package/permutater, but with the addition of filtering offsets.
ASP.NET Core class library that exposes name permutation and parsing as a REST API and ships a Lit-based web component (`<qbo-permutator>`) for interactive use.
A TypeScript interpreter for TokenScript, a domain-specific language for design token manipulation and computation
Collection of functions for matrix math. MathSpace introduces class Space which is a multidimensional structure which in the most trivial case is Matrix of scalars. A matrix of specific form could also be classified as a vector. MathSpace heavily relly on
Abstract implementation of matrix math. MathMatrix introduces class Matrix, which is a multidimensional structure which, in the most trivial case, is a 2D matrix. A matrix of specific form could also be classified as a vector. MathMatrix heavily relly on
Basic permutation and combination generator
random permutation of a array, like lizia.
play around with concepts of recursion and their relation to discrete maths
Performs a permutation of the input string and returns only valid English words that can be formed from the letters
Permutation generator with custom options.
Small redux-like library for immutable state management
returns a list of all possible combinations / permutations of an array of items
An implementation of the Johnson-Trotter permutation algorithm.
A permutation script based on SEPA
More Math Functions
Generic permutator that permutates singular and multiple lists
Get a lexicographic cartesian product and lexicographic permutation at any specific index from data. Generate complete lexicographic cartesian product from single or multiple set of data. Generate complete lexicographic combination from data. Generate non-lexicographic permutation and k-permutation.
A Rust library for iterating over random permutations using O(1) (i.e. constant) space.
Secure Permutation functions. Part of the Vitamin-C cryptographic suite.
Permutations iterator
Xoodoo permutation in the `crypto-permutation` framework
High-performance pseudo-random permutations using Feistel networks with O(1) memory and O(1) time per element
Permutation based cryptography framework; core traits
Generate permutations of vectors and slices in a memory-efficient and deterministic manner, using Heap's algorithm.
Permutation Library
A collection of utilities for permutations. It contains useful tools to create, manage and experiment with permutations.
Keccak-f and keccak-p permutations in the `crypto-permutation` framework
Pseudo-random permutation of arbitrary size integers.
Library to perform different operations with permutations of sequences (strings, arrays, etc.)
GEMMA wrapper adds LOCO and permutation support. Also runs in parallel and caches K between runs with LOCO support
Ruby gem to compare permutations using distance measures/metrics. github: https://github.com/edwardchalstrey1/pdist
Reproduction methods for genetic (and other iterative improvement) algorithms, being used to solve permutation problems, where permutations are arrays of unique objects. github: https://github.com/edwardchalstrey1/pmeth
Permutations is a library that allows you to generate permutations from Arrays and Strings.
Find all the permutations of a list of words.
Tools for working with Permutation
Adds `Array#unique_permutation` method.
Permutation Generator - generate permutation list in Ruby
a simple tool for combination and permutation, no any guarentee
Nth permutation finding algorithm, which is implemented in ruby c-extension.