Dreaming In PowerShell V2 : Lottery Numbers with Get-Random
Tobias Weltner writes a blog called Dreaming In PowerShell, and he recently posted a way to get a list of unique lottery numbers with PowerShell. Dreaming In PowerShell is a cool blog, and the post is interesting, but it makes an assertion that's no longer true in V2. He uses System.Random to create the random numbers because he asserts...