diff --git a/xml/System/Random.xml b/xml/System/Random.xml index 266ebac38f1..4cfe623731b 100644 --- a/xml/System/Random.xml +++ b/xml/System/Random.xml @@ -74,7 +74,14 @@ Represents a pseudo-random number generator, which is an algorithm that produces a sequence of numbers that meet certain statistical requirements for randomness. - For more information about this API, see Supplemental API remarks for Random. + + [!NOTE] +> 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 class. + +For more information about this API, see [Supplemental API remarks for Random](/dotnet/fundamentals/runtime-libraries/system-random). + ]]> + , , and methods to generate sequences of random numbers within different ranges.