We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a21814 commit 38e130bCopy full SHA for 38e130b
docs/src/tutorials/chaotic_ode.md
@@ -24,7 +24,7 @@ can be seen, for instance, when solving the [Lorenz system](https://en.wikipedia
24
using OrdinaryDiffEq, SciMLSensitivity, Zygote, Plots
25
26
using Random
27
-Random.seed!(1201232)
+Random.seed!(1201242)
28
29
function lorenz!(du, u, p, t)
30
du[1] = 10 * (u[2] - u[1])
0 commit comments