pcg-random v0.1.1.0 Release Notes

    • ➕ Add uniformB, a function to generate a bounded random number in [0,b) range. This preforms significantly faster than uniformR (0,b-1).

    • ➕ Add type specific versions for uniformR and uniformB.