mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
scale
This commit is contained in:
@@ -91,7 +91,7 @@ impl Round {
|
||||
total_winnings
|
||||
}
|
||||
|
||||
pub fn did_motherlode_hit(&self, rng: u64) -> bool {
|
||||
pub fn did_hit_motherlode(&self, rng: u64) -> bool {
|
||||
rng.reverse_bits() % 625 == 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user