Skip to content
  • Vedran Miletić's avatar
    Replaced custom Bjarne-inspired RNG with PCG · 9d25770b
    Vedran Miletić authored
    PCG (pcg-random.org) is a family of simple fast space-efficient
    statistically good algorithms for random number generation. Unlike many
    general-purpose RNGs, they are also hard to predict.
    
    The C++ implementation follows the conventions of other C++11-style
    generators (WG21 N3551) and is available under the Apache License
    version 2.0.
    9d25770b