unique-random

Random generator

A library that generates random numbers with consecutive uniqueness constraints

Generate random numbers that are consecutively unique

GitHub

116 stars
8 watching
15 forks
Language: JavaScript
last commit: 8 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sindresorhus/random-int Generates random integers within specified ranges 87
sindresorhus/random-float A utility function to generate random floating-point numbers within specified ranges. 36
sindresorhus/crypto-random-string Generate cryptographically strong random strings 569
sindresorhus/random-bytes-readable-stream Creates a stream producing cryptographically strong pseudo-random data 76
sindresorhus/superheroes A collection of pre-defined lists for generating random names of various kinds. 233
risto-stevcev/pure-random A purely functional random number generator implemented using the xorshift algorithm. 27
iddm/randomorg A Rust library that generates random numbers using atmospheric noise from the random.org API. 8
polarspetroll/ciprand A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. 11
skarupke/controlled_random A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes 19
gasche/random-generator A library to provide an elegant interface for random value generation through combinator libraries. 27
patricksrobertson/secure_random.ex A library providing a set of functions for generating random, secure strings and UUIDs. 96
mljs/xsadd A JavaScript pseudo random number generator implementation 3
jongirard/unique_names_generator A package for generating unique and random names 1
euantorano/sysrandom.nim A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG 11
okeuday/quickrand An Erlang module providing efficient random number generation functions with proper seeding 41