Skip to content

Commit fda05e6

Browse files
add rng
1 parent 47a3141 commit fda05e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/diffeqfluxtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using OrdinaryDiffEq, DiffEqFlux, Lux, Optimization, OptimizationOptimJL,
22
OptimizationOptimisers, ForwardDiff, ComponentArrays, Random
3+
rng = Random.default_rng()
34

45
function lotka_volterra!(du, u, p, t)
56
x, y = u

0 commit comments

Comments
 (0)