Describe the issue or suggestion
In the supplementary notes for System.Random it notes
To generate a cryptographically secure random number, such as one that's suitable for creating a random password, use one of the static methods in the System.Security.Cryptography.RandomNumberGenerator class.
This caveat should be mirrored in the API docs, below the initial paragraph