For what its worth, here is the source code for Random: https://referencesource.microsoft.co...stem/random.cs

It is using the Linear Congruential Generator algorithm to initialize the seed. That's about as far down the rabbit hole I got.

Random is a topic similar to infinity for me. It's really cool but gets way over my head way too quickly.