I was reading about Random.Next() that for \"cryptographically secure random number suitable for creating a random password\" MSDN suggests RNGCryptoServiceProvider Class
AFAIK a true random generator will never be implemented in C#. That can only be done with the help of hardware?