mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-17 20:56:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
8eeebbbe4d
commit
b03b184a08
1 changed files with 1 additions and 1 deletions
|
@ -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!!!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue