Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: mt19937

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: 12 days ago - Pushed: over 1 year ago - Stars: 24 - Forks: 0

stdlib-js/random-base-mt19937

A 32-bit Mersenne Twister pseudorandom number generator.

Language: JavaScript - Size: 2.16 MB - Last synced: 29 days ago - Pushed: about 2 months ago - Stars: 7 - Forks: 0

FENRlR/mt19937-py

Poor python version of mt19937 using numpy for laziness

Language: Python - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

mztikk/mersenne-twister

Mersenne Twister(MT19937) implementation in Rust

Language: Rust - Size: 56.6 KB - Last synced: 29 days ago - Pushed: 11 months ago - Stars: 2 - Forks: 1

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: about 2 months ago - Pushed: 2 months 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: 3 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

tcort/mtrand

Implementation of the MT19937 Random Number Generator Algorithm

Language: JavaScript - Size: 31.3 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

oToToT/PRNGP

Collections of PRNG Predictions

Language: Python - Size: 25.4 KB - Last synced: 2 months ago - Pushed: about 2 years ago - Stars: 5 - Forks: 1

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: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

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: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

grandom-library/mt19937

Configurable Mersenne Twister PRNG implementation written in TypeScript.

Language: TypeScript - Size: 479 KB - Last synced: 4 days ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

viensea1106/mersenne-twister

On attacking Mersenne Twister Generator - MT19937

Language: Python - Size: 9.77 KB - Last synced: 10 months ago - Pushed: 10 months 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: 29 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

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.54 MB - Last synced: 17 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

yinengy/Mersenne-Twister-in-Python

A Mersenne Twister Random Number Generator

Language: Python - Size: 342 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 19 - Forks: 11

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: 208 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

thaliaarchi/mt19937-archive

Reconstructed revision history for the MT19937 Mersenne Twister PRNG by Makoto Matsumoto and Takuji Nishimura

Language: C - Size: 371 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

anneouyang/MT19937

Implementing and breaking the MT19937 Mersenne Twister pseudorandom number generator

Language: Python - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: about 4 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: about 1 year ago - Pushed: over 4 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: about 1 year ago - Pushed: almost 4 years ago - Stars: 24 - Forks: 0

RustPython/mt19937

An MT19937 Mersenne Twister rng implementation, with the goal of being compatible with CPython's _random module.

Language: Rust - Size: 13.7 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 3

jamesderlin/dart_mt19937

Dart implementations of the Mersenne Twister pseudo-random number generator.

Language: Dart - Size: 41 KB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

syed-ahmed/benchmark-rngs

C++ benchmark for RNG headers

Language: Jupyter Notebook - Size: 2.34 MB - Last synced: over 1 year ago - Pushed: almost 5 years ago - Stars: 3 - Forks: 2

mattearly/rand

A dynamic link library (DLL) for randomization.

Language: C++ - Size: 27.3 KB - Last synced: 30 days ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

rooklift/mt19937_32

mt19937 - Mersenne Twister pseudo-RNG, 32 bit version

Language: Go - Size: 3.91 KB - Last synced: 11 months ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

Boettner-eric/Codex

A simple encryption program using mt19973

Language: C++ - Size: 63.5 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0