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.
2 parents 762f2e9 + 38e130b commit 50cf61dCopy full SHA for 50cf61d
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