GaryHuan9 / Echo

An awesome ray traced 3D renderer build in C# from scratch!
MIT License
18 stars 3 forks source link

[Feature Request] Implement the PCG Prng #24

Open ClemensU42 opened 2 years ago

GaryHuan9 commented 2 years ago

Implement the Prng abstract class with the PCG pseudo random number generator. This should become the primary random source for echo in the future.