GitHub topics: mt19937
thaliaarchi/mt19937-archive
Reconstructed revision history for the MT19937 Mersenne Twister PRNG by Makoto Matsumoto and Takuji Nishimura
Language: C - Size: 364 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

NonupleBroken/ExtendMT19937Predictor
Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can easily crack it.
Language: Python - Size: 26.4 KB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 39 - Forks: 0

RustPython/mt19937
An MT19937 Mersenne Twister rng implementation, with the goal of being compatible with CPython's _random module.
Language: Rust - Size: 16.6 KB - Last synced at: 31 minutes ago - Pushed at: 4 months ago - Stars: 4 - Forks: 3

stdlib-js/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
Language: JavaScript - Size: 1.61 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/random-base-mt19937
A 32-bit Mersenne Twister pseudorandom number generator.
Language: JavaScript - Size: 1.94 MB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 0

mztikk/mersenne-twister
Mersenne Twister(MT19937) implementation in Rust
Language: Rust - Size: 61.5 KB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 2

tfpf/mersenne-twister
High-performance 32- and 64-bit global-state (thread-unsafe) and thread-safe uniform pseudorandom number generators for C, C++ and Python. Provided as an installable package.
Language: C - Size: 219 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

FENRlR/mt19937-py
Poor python version of mt19937 using numpy for laziness
Language: Python - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

raspopov/rnd
The utility for the creation and verification of files filled with a pseudo-random sequence of bytes.
Language: C++ - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

dc-fukuoka/mt19937
pseudo random number generator by using 64 bits Mersenne Twister(MT19937).
Language: C - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

tcort/mtrand
Implementation of the MT19937 Random Number Generator Algorithm
Language: JavaScript - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

oToToT/PRNGP
Collections of PRNG Predictions
Language: Python - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 1

coolguy284/basic-rust-test
This is a test Rust program I made to learn how Rust works while implementing a bunch of random things for fun.
Language: Rust - Size: 93.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

grandom-library/mt19937
Configurable Mersenne Twister PRNG implementation written in TypeScript.
Language: TypeScript - Size: 479 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

thecrabsterchief/mersenne-twister
Mersenne Twister Generator - MT19937
Language: Python - Size: 9.77 KB - Last synced at: 7 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

stdlib-js/random-array-mt19937
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
Language: JavaScript - Size: 1.24 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

tbxfreeware/seed_randomly
Seed a C++ random number engine with random seeds from std:random_device. Works with any engine that can be seeded with a seed sequence, including those in the C++ Standard Library.
Language: C++ - Size: 35.2 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yinengy/Mersenne-Twister-in-Python
A Mersenne Twister Random Number Generator
Language: Python - Size: 342 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 19 - Forks: 11

anneouyang/MT19937
Implementing and breaking the MT19937 Mersenne Twister pseudorandom number generator
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 1

pomma89/troschuetz.random 📦
Fully managed library providing various random number generators and distributions.
Size: 5.29 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 47 - Forks: 8

JuliaPoo/MT19937-Symbolic-Execution-and-Solver
Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices
Language: Python - Size: 24.7 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 24 - Forks: 0

jamesderlin/dart_mt19937
Dart implementations of the Mersenne Twister pseudo-random number generator.
Language: Dart - Size: 41 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

syed-ahmed/benchmark-rngs
C++ benchmark for RNG headers
Language: Jupyter Notebook - Size: 2.34 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

mattearly/rand
A dynamic link library (DLL) for randomization.
Language: C++ - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rooklift/mt19937_32
mt19937 - Mersenne Twister pseudo-RNG, 32 bit version
Language: Go - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Boettner-eric/Codex
A simple encryption program using mt19973
Language: C++ - Size: 63.5 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
