Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 907 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 907 Bytes

drewjcooper.github.io.code

Code samples discussed in my blog at drewjcooper.github.io.

A console app demonstrating a potential timing issue with creating multiple instances of System.Random in a short period of time.

A console app demonstrating the corruption of System.Random's internal state when used across multiple threads.

A collections of projects, being my solutions to the exercises I was following and blogging when I was originally learning C#.