markjprice/cs12dotnet8

Some Information Left From the Previous Topic

cmkaya opened this issue · 1 comments

Chapter: 8
Title: Generating GUIDs
Page: 421

There seems to be some confusion in step one. It says to add statements to access a shared Random instance and use its methods to generate random numbers. I'm not sure how this relates to generating a GUID, especially considering the code provided.