Crate xorshift[−][src]
Expand description
Xorshift.
Example
use xorshift::Xorshift64; let mut xor64 = Xorshift64::new(); let _: u64 = xor64.next_u64(); let _: u64 = xor64.next_u64(); let _: u64 = xor64.next_u64();
Structs
| Xorshift64 | 64-bit Xorshift. |
Xorshift.
use xorshift::Xorshift64; let mut xor64 = Xorshift64::new(); let _: u64 = xor64.next_u64(); let _: u64 = xor64.next_u64(); let _: u64 = xor64.next_u64();
| Xorshift64 | 64-bit Xorshift. |