pseudo-random

There are 76 repositories under pseudo-random topic.

  • psl

    azjezz/psl

    📚 PHP Standard Library - a modern, consistent, centralized, well-typed, non-blocking set of APIs for PHP programmers

    Language:PHP1.2k2111066
  • prvhash

    avaneev/prvhash

    PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)

    Language:C29522722
  • komihash

    avaneev/komihash

    Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG

    Language:C1811256
  • gladchinda/keygen-php

    A fluent PHP random key generator.

    Language:PHP1163719
  • cslarsen/mersenne-twister

    This Mersenne Twister is a fast pseudo-random number generator (PRNG) in C++

    Language:C++856422
  • alexcambose/provably-fair-example

    Provably fair implementation done in javascript.

    Language:JavaScript333218
  • tubanlee/REDS_Nonasymptotic

    Robust estimations from distribution structures: III. Non-asymptotic

    Language:R31402
  • DomenicoDeFelice/jsrand

    A seeded pseudo-random number generator for JavaScript.

    Language:JavaScript23424
  • almasen/n-digit-token

    Generate a cryptographically secure pseudo random token of digits with n-length

    Language:TypeScript21105
  • Computational-Intelligence-Fall18/Genetics

    Genetics (Initialization, Selection, Crossover, Mutation)

    Language:Jupyter Notebook15339
  • schmouk/PyRandLib

    Many best in class pseudo random generators grouped into one simple library.

    Language:Python122144
  • pashcovich/RandomImage

    Pseudo random image generator

    Language:Python11111
  • askuric/m_sequences_tools

    Matlab utilities functions for generating Pseudo random m-sequences ( PRMS and PRBS)

    Language:MATLAB10206
  • foolin/mixer

    Mixer is a very simple encrypt and decrypt golang library for short strings such as id or hash.

    Language:Go9303
  • alisey/pcg32

    PCG-32 random number generator implemented in WebAssembly

    Language:JavaScript70
  • grmartin/Mersenne-Twister

    Mersenne Twister version 4.1 — A high quality pseudorandom number generator for C# programmers

    Language:C#7205
  • JuliaTelecom/PhysicalCommunications.jl

    Tools for development & test of PHY communication layer

    Language:Julia7310
  • csoroiu/untwist

    Collection of reversible PRNG's (Python, FreePascal, TurboPascal, .NET)

    Language:Java5201
  • mahmoud0x01/Datainfo

    python crypto functions

    Language:Python5111
  • ferhatgec/namegenplusplus

    Name Generator library for C++ Developers

    Language:C++4300
  • iskolbin/lcmwc

    Lua Persistent CMWC-4096 PRNG

    Language:Lua4210
  • ariannagavioli/PNG

    A Pseudo-Random Noise Sequence Generator VHDL implementation to synthesize on a Zync FPGA for the Digital Systems Design course of University of Pisa, 2019.

    Language:VHDL3100
  • D0ub1ePieR/Pseudo-randomSequenceGenerationByLsrf

    通过8位线性移位寄存器伪随机序列生成 ---Cryptography lab

    Language:Python3001
  • Dooomino/MagicCircle

    A Magic Circle generator http://mino.moe/magic

    Language:JavaScript3100
  • jonathanknowles/distributed-process-experiment

    A small experiment with the Haskell distributed-process library

    Language:Haskell3400
  • nicholasmordecai/faux.js

    Statistically Significant Pseudo Random Data

    Language:TypeScript31
  • alanmacleod/bit-meddler

    Very quickly scramble (shuffle?) a range of integers via a linear feedback shift register implementation. Thrilling 😐

    Language:JavaScript2112
  • aptem336/LSFR

    linear feedback shift register

    Language:Java2100
  • davidt964/Self-Parking-Simulation

    For the final project of CEE/MAE M20, this script simulates a self-parking car that navigates from the left edge to the closest parking spot in a lot of 20 rows (10 on top and 10 on bottom). The parked cars that populate the lot are filled in pseudorandomly, ranging from 1 to 19 cars. It further generates an animation at 30 frames per second for 10 seconds, where the first frame of the video displays the car's initial position (in UCLA blue) and final destination (in red) along with its travel path. The travel path always consists of three segments: a horizontal segment, quarter-circle rotation, and vertical path to the lot after completing its rotation.

    Language:MATLAB20
  • icio/shufn

    A pseudo-random iterator over numeric ranges with tiny fixed memory overhead

    Language:Go2300
  • jakewilliami/LinearShiftRegisters.jl

    A minimal package for Linear Shift Registers and Linear Congruential Generators

    Language:Julia212
  • lxsmnsyc/PRD

    A JS library for generating pseudo-random distribution.

    Language:JavaScript2
  • resonatehq/durable-promise-test-harness

    This test harness is a verification system that checks implementations for conformance to the Durable Promise Specification.

    Language:Go24102
  • RuWang15/caffe_pr

    Customized Caffe for pseudo-random dropout

    Language:C++2200
  • shivang8/Random-Password-Generator

    Random Passoword Generator Using Pseudo-Random Function

    Language:Java2201
  • TechMDW/randish

    Randish is a thread-safe random number generator library in Go, providing distinct random sequences with a unique seeding approach based on a mix of system and context-specific elements. It offers singleton and array-based pseudo-random number generation, ensuring high performance and randomness across different contexts and systems.

    Language:Go20