Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
e71e089a21
commit
97ec3ee7ae
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
# Numpy -- Random numbers the non-legacy way
|
# Numpy -- Random numbers the non-legacy way
|
||||||
|
{:.no_toc}
|
||||||
|
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
|
||||||
## Goal
|
## 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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue