xorshift
There are 37 repositories under xorshift topic.
lemire/SIMDxorshift
Fast random number generators: Vectorized (SIMD) version of xorshift128+
pomma89/troschuetz.random
Fully managed library providing various random number generators and distributions.
Risto-Stevcev/pure-random
:sparkles: A purely functional random number generator
BrutPitt/fastPRNG
FAST 32/64 bit PRNG (pseudo-random generator), highly optimized, based on xoshiro* / xoroshiro*, xorshift and other Marsaglia algorithms.
chrisakroyd/random-seedable
Fully-fledged random number generator library with high quality implementations of Xorshift, Xorwow, Mersenne Twister, PCG and LCG. Each implements a standard API producing number distributions that exactly match the original implementations.
vpxyz/xorshift
GO Fast xorshift* and xorshift+ implementation
AlexeySKiselev/randomjs
A JavaScript module for generating random seeded distributions and its statistical analysis.
rtmigo/xrandom_dart
Dart library with random number generators focused on the consistency, performance and reproducibility
tokenrove/granderl
Fast-and-loose PRNG NIF
jj1bdx/xorshiftplus-c
Xorshift*/Xorshift+ public domain C code archive
Ryoga-exe/css-xorshift
Xorshift implemented in 100% CSS (no JavaScript!)
breuderink/epsilon
Epsilon is a library with functions for machine learning and statistics written in plain C. It is intended to run on microcontrollers.
lemon-mint/exp-pkgs
experimental packages
JavierCenteno/RandomGenerator
An API for random number generation.
Lima-X/XSRlib
A lightweight Library of XoShiRo LFSR-PRNG's written in C
ohtorii/hm_random
乱数(xorshift/SFMT/drand48)を生成する秀丸マクロ
syocy/xorshift-plus
Simple implementation of xofshift+ PRNG in Haskell
architectnt/api-sharp
Common and helpful wrappers to save time
BrutPitt/fastRandomGenerator
Single header, 32bit and 64bit FAST pseudo-random (fastrandom) generator, based on Marsaglia algorithms
kujirahand/rust-lazyrand
simple library for generating random numbers easily
mburhanpurkar/fast_xorshift_plus
Vectorized PRNG - three times faster than scalar implementation!
grunka/xorshift
Implementations of a couple of xorshift PRNGs
ikwzm/XSadd_Rand_Gen
XORSHIFT-ADD(XSadd) Pseudo Random Number Generator written in VHDL(RTL) for FPGA(Xilinx and Altera).
jim11662418/Intel-4004-Random-Number-Generator
A 16 bit random number generator for the Intel 4004 or 4040 CPU
Pridestalkerr/bmp-encryption
Symmetric-key BMP image encryption algorithm.
ThePythonCoder2006/xorshift
repo dedicated to xorshifts : coefficients, algorithms, etc...
vweevers/pseudo-random-buffer
Get a random buffer based on a seed. Fast, not secure.
WitchcultGames/gameprng
A simple PRNG library for game development, written in Rust.
ckhawks/sbcfaxor
Single-byte and multi-byte character frequency analysis XOR
Griklit/Mazeir
迷宫生成器,特色是生成巨型迷宫时占用内存较小,且导出png是流式的。
Jonas-Finkler/fortran-xorshift-64-star
Fortran implementation of the xorshift64* random number generator
miputra/RandEXom
Framework for randoming stuff
mitaraaa/pseudorandom
Pseudo-random number generators in Python
WitchcultGames/xorshift128plus-rs
A simple implementation of the XorShift128+ pseudorandom number generator in Rust.
KusaReMKN/randgen.com
Random number generator for MS-DOS