mt19937
Here are 29 public repositories matching this topic...
pseudo random number generator by using 64 bits Mersenne Twister(MT19937).
-
Updated
Mar 6, 2018 - C
A simple encryption program using mt19973
-
Updated
Apr 13, 2018 - C++
mt19937 - Mersenne Twister pseudo-RNG, 32 bit version
-
Updated
Oct 29, 2018 - Go
Fully managed library providing various random number generators and distributions.
-
Updated
Jan 2, 2020
Implementing and breaking the MT19937 Mersenne Twister pseudorandom number generator
-
Updated
Mar 31, 2020 - Python
Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices
-
Updated
Aug 1, 2020 - Python
Collections of PRNG Predictions
-
Updated
Mar 25, 2022 - Python
Dart implementations of the Mersenne Twister pseudo-random number generator.
-
Updated
May 24, 2022 - Dart
An MT19937 Mersenne Twister rng implementation, with the goal of being compatible with CPython's _random module.
-
Updated
Sep 21, 2022 - Rust
Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can easily crack it.
-
Updated
Dec 20, 2022 - Python
Mersenne Twister(MT19937) implementation in Rust
-
Updated
Jun 30, 2023 - Rust
Mersenne Twister Generator - MT19937
-
Updated
Aug 10, 2023 - Python
Reconstructed revision history for the MT19937 Mersenne Twister PRNG by Makoto Matsumoto and Takuji Nishimura
-
Updated
Nov 6, 2023 - C
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.
-
Updated
Nov 10, 2023 - C++
Reverse implementation of the MT19937 Mersenne Twister pseudorandom number generator
-
Updated
Nov 13, 2023 - Rust
Improve this page
Add a description, image, and links to the mt19937 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mt19937 topic, visit your repo's landing page and select "manage topics."