mt19937
Here are 29 public repositories matching this topic...
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.
-
Updated
Jul 27, 2024 - C
A 32-bit Mersenne Twister pseudorandom number generator.
-
Updated
Jul 7, 2024 - JavaScript
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
-
Updated
Apr 12, 2024 - JavaScript
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
-
Updated
Apr 12, 2024 - JavaScript
A Mersenne Twister Random Number Generator
-
Updated
Feb 2, 2024 - Python
Configurable Mersenne Twister PRNG implementation written in TypeScript.
-
Updated
Dec 18, 2023 - TypeScript
Reverse implementation of the MT19937 Mersenne Twister pseudorandom number generator
-
Updated
Nov 13, 2023 - Rust
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++
Reconstructed revision history for the MT19937 Mersenne Twister PRNG by Makoto Matsumoto and Takuji Nishimura
-
Updated
Nov 6, 2023 - C
Mersenne Twister Generator - MT19937
-
Updated
Aug 10, 2023 - Python
Mersenne Twister(MT19937) implementation in Rust
-
Updated
Jun 30, 2023 - 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
An MT19937 Mersenne Twister rng implementation, with the goal of being compatible with CPython's _random module.
-
Updated
Sep 21, 2022 - Rust
Dart implementations of the Mersenne Twister pseudo-random number generator.
-
Updated
May 24, 2022 - Dart
Collections of PRNG Predictions
-
Updated
Mar 25, 2022 - Python
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."