Skip to content

Commit ec2f006

Browse files
committed
Fix benchmarks
1 parent 12443d4 commit ec2f006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/distributions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ distr_int!(distr_binomial_small, u64, Binomial::new(1000000, 1e-30).unwrap());
208208
distr_int!(distr_poisson, u64, Poisson::new(4.0).unwrap());
209209
distr!(distr_bernoulli, bool, Bernoulli::new(0.18));
210210
distr_arr!(distr_circle, [f64; 2], UnitCircle);
211-
distr_arr!(distr_sphere_surface, [f64; 3], UnitSphereSurface);
211+
distr_arr!(distr_sphere, [f64; 3], UnitSphere);
212212

213213
// Weighted
214214
distr_int!(distr_weighted_i8, usize, WeightedIndex::new(&[1i8, 2, 3, 4, 12, 0, 2, 1]).unwrap());

0 commit comments

Comments
 (0)