mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-15 23:16:46 +00:00
release
This commit is contained in:
@@ -90,7 +90,7 @@ impl Round {
|
||||
let r3 = u16::from_le_bytes(rng[4..6].try_into().unwrap());
|
||||
let r4 = u16::from_le_bytes(rng[6..8].try_into().unwrap());
|
||||
let r = r1 ^ r2 ^ r3 ^ r4;
|
||||
r % 4 == 0
|
||||
r % 3 == 0
|
||||
}
|
||||
|
||||
pub fn did_hit_motherlode(&self, rng: u64) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user