...

/

Fix the Trivial Problems

Fix the Trivial Problems

In this lesson, we will begin redesigning the Random library and have a look at the performance issues.

In the previous lesson, we discussed the shortcomings of System.Random. In this lesson, we will begin redesigning the Random library.


First Attempt to Fixing Random

The first thing we want is two ...