You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manipulation/01_numpy.qmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,10 @@ conservons encore `np.random.seed` mais cela peut être amené à évoluer.
103
103
104
104
::::
105
105
106
+
:::
107
+
108
+
::: {.content-visible when-profile="fr"}
109
+
106
110
:::: {.note}
107
111
108
112
The authors of `numpy`[now recommend](https://numpy.org/doc/stable/reference/random/index.html) using generators via the `default_rng()` function rather than simply using `numpy.random`.
0 commit comments