microsoft / verona-rt

The runtime for the Verona project
MIT License
25 stars 14 forks source link

Encapsulate PRNG usage #53

Closed mjp41 closed 4 weeks ago

mjp41 commented 4 weeks ago

Allow for us to more easily change the PRNG representation.

At startup run the PRNG a few times to reduce initial correlation in bottom bits. Ultimately, we should update the PRNG to something better.