1
2---
3 src/lib.rs | 3 +++
4 1 file changed, 3 insertions(+)
5
6diff --git b/src/lib.rs a/src/lib.rs
7index 81969500..f77d0b13 100644
8--- b/src/lib.rs
9+++ a/src/lib.rs
10@@ -22,6 +22,9 @@
11 #![no_std]
12 use core::ops::Range;
13
14+#[cfg(android_dylib)]
15+extern crate std;
16+
17 /// A PRNG producing a 32-bit output.
18 ///
19 /// The current implementation is `PCG-XSH-RR`.
20