From 57bc910d61ecc5fc9d6d3de881f9abb34f3aa436 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:18:57 +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, 2 insertions(+) diff --git a/numpy_random/README.md b/numpy_random/README.md index fb1e4c4..a4cc73b 100644 --- a/numpy_random/README.md +++ b/numpy_random/README.md @@ -1,8 +1,10 @@ # Numpy -- Random numbers the non-legacy way {:.no_toc} + ## 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).