Simple RNG with weak entropy source (alloc) and xoshiro256++ hashing
```rust let a: u64 = u64(); let b: u64 = u64();
assert!(a != b); ```
cargo add hel-random