Browse by Tags

All Tags » Games4 .NET » Quick Tips » CLR Internals (RSS)

Improving on System.Random for gaming and simulation

The algorithm for grabbing samples in the System.Random class comes from Numeric Recipes in C, Second Edition. They've made some small changes to how the algorithm is run, to either improve performance, or improve the random characteristics of the resulting...
More Posts