From b03b184a08cce39d4651e038511d4d83576086e6 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:27:32 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy_random/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy_random/README.md b/numpy_random/README.md index 384d163..263a24a 100644 --- a/numpy_random/README.md +++ b/numpy_random/README.md @@ -1,6 +1,6 @@ # Numpy -- Random numbers the non-legacy way ## Goal -If you don't see something like **np.random.default_rng()** in your code then you are probably using the old [Legacy Random Generation] (https://numpy.org/doc/stable/reference/random/legacy.html#legacy-random-generation). +If you don't see something like **np.random.default_rng()** in your code then you are probably using the old [Legacy Random Generation](https://numpy.org/doc/stable/reference/random/legacy.html#legacy-random-generation). **Don't use the legacy methods** for new source code!!!