xoshiro256

There are 10 repositories under xoshiro256 topic.

  • Xoshiro-cpp

    Reputeless/Xoshiro-cpp

    Header-only Xoshiro/Xoroshiro PRNG wrapper library for modern C++ (C++17/C++20)

    Language:C++16811420
  • BrutPitt/fastPRNG

    FAST 32/64 bit PRNG (pseudo-random generator), highly optimized, based on xoshiro* / xoroshiro*, xorshift and other Marsaglia algorithms.

    Language:C++23306
  • xoshiro256ss

    morinim/xoshiro256ss

    A simple `UniformRandomBitGenerator` wrapper for the xoshiro256*** and xoroshiro128+ PRNGs

    Language:C++9301
  • CAFxX/fastrand

    Fast, concurrent PRNGs

    Language:Go430
  • strax/xoshiro256

    xoshiro256** PRNG as a WebAssembly module

    Language:Rust4200
  • BrutPitt/fastRandomGenerator

    Single header, 32bit and 64bit FAST pseudo-random (fastrandom) generator, based on Marsaglia algorithms

    Language:C++2301
  • Kermalis/KRand

    C# Xoshiro256** library THAT USES INCLUSIVE MAX VALUES geez

    Language:C#1101
  • pekkizen/prng

    Fast Go implementations of xoroshiro128 and xoshiro256 prng's and jump functions. Methods of delivering prng's for concurrent/parallel computations. Random float64 generators. Also some math/rand compatible API functions.

    Language:Go1100
  • ppgllrd/Algorithms.scala.Random

    Pseudo random generator

    Language:Scala10
  • Rconybea/randomgen

    C++ header-only random number generators including xoshiro256ss

    Language:C++