prns 1.0.0

A Rust implementation of the PRNS fast random-access pseudo-random number generator
Documentation
1
2
3
4
5
#!/usr/bin/env bash

set -xeuo pipefail

c++ -o prns_cpp main.cpp