Skip to content

Commit d236556

Browse files
committed
fixup: step size jitter
1 parent b5dbaef commit d236556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stepsize_adapt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use arrow::{
33
datatypes::{DataType, Field, Float64Type, UInt64Type},
44
};
55
use rand::Rng;
6+
use rand_distr::Uniform;
67

78
use crate::{
89
hamiltonian::{Direction, Hamiltonian, LeapfrogResult, Point},

0 commit comments

Comments
 (0)