mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-16 12:16:42 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
8d1e8aaa8f
commit
57bc910d61
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Numpy -- Random numbers the non-legacy way
|
# Numpy -- Random numbers the non-legacy way
|
||||||
{:.no_toc}
|
{:.no_toc}
|
||||||
|
|
||||||
|
<nav markdown="1" class="toc-class">
|
||||||
* TOC
|
* TOC
|
||||||
{:toc}
|
{:toc}
|
||||||
|
</nav>
|
||||||
|
|
||||||
## 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…
Add table
Reference in a new issue