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