Skip to content

Commit e085330

Browse files
dhardypitdicker
authored andcommitted
Add OpenClosed01 and tweak FP doc
1 parent 680fc64 commit e085330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

distributions.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ distr_float!(distr_standard_f32, f32, Standard);
9898
distr_float!(distr_standard_f64, f64, Standard);
9999
distr_float!(distr_open01_f32, f32, Open01);
100100
distr_float!(distr_open01_f64, f64, Open01);
101+
distr_float!(distr_openclosed01_f32, f32, OpenClosed01);
102+
distr_float!(distr_openclosed01_f64, f64, OpenClosed01);
101103

102104
// distributions
103105
distr_float!(distr_exp, f64, Exp::new(1.23 * 4.56));

0 commit comments

Comments
 (0)