255 skills found · Page 1 of 9
libtom / LibtomcryptLibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
php-standard-library / Php Standard LibraryPHP Standard Library
Interana / EventsimEvent data simulator. Generates a stream of pseudo-random events from a set of users, designed to simulate web traffic.
librarianofbabel / Libraryofbabel.info AlgoInvertible multi-precision pseudo random number generator example
avaneev / PrvhashPRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (header-only C/C++) (Codename Gradilac/Градилак)
avaneev / KomihashVery fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + PRNG
zeh / PrandoDeterministic pseudo-random number generator for JavaScript and TypeScript
ESultanik / MtwisterA pure C implementation of the Mersenne twister is a pseudo-random number generation algorithm.
chris1610 / Barnum ProjPython application for generating pseudo-random data
rabauke / Trng4state of the art C++ pseudo-random number generator library for sequential and parallel Monte Carlo simulations
gladchinda / Keygen PhpA fluent PHP random key generator.
leesper / Go RngA pseudo-random number generator wriiten in Golang
IronWarrior / UnityCameraShakeSource code for Camera Shake tutorial for Unity. Generates pseudo-random camera shake using Perlin noise.
metaory / Glitcher CliBash CLI to generate animated pseudo-random glitch SVG effects from ASCII characters with randomized parameters
erc721r / ERC721RAn ERC721 base contract that mints tokens in a pseudo-random order. Because the token is revealed in the same transaction as the mint itself, this contract creates a fun but not fully secure experience.
skratchdot / Random SeedGRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
cslarsen / Mersenne TwisterThis Mersenne Twister is a fast pseudo-random number generator (PRNG) in C++
LucasBerbesson / Laser CatPseudo-randomly moves a servo tower (on X and Y axis) and lights up a laser.
canvasxyz / OkraA pseudo-random deterministic merkle tree built on LMDB
seehuhn / Mt19937An implementation of Takuji Nishimura's and Makoto Matsumoto's Mersenne Twister pseudo random number generator in Go.