Will Random.Next ever stop being random?
See the question and my original answer on StackOverflowRandom is not that random. If you need "more" random, you should have a look a cryptographic classes, such as RandomNumberGenerator (abstract), for example: RNGCryptoServiceProvider