KilianB / pcg-java

PCG — Java Implementation. High quality fast random number generator
MIT License
11 stars 4 forks source link

Advertised method not present #8

Closed morvael closed 3 years ago

morvael commented 3 years ago

int randomIntInRange = rng.nextInt(0,10); There's no such method in PcgRR.

KilianB commented 3 years ago

You are correct. I am not sure why the method was mentioned in the readme. It should not have been there. The readme was updated