We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no_std
1 parent 8d021a0 commit 5da69c6Copy full SHA for 5da69c6
tests/uniformity.rs
@@ -1,3 +1,5 @@
1
+#![cfg(feature = "std")]
2
+
3
#[macro_use]
4
extern crate average;
5
extern crate rand;
0 commit comments