pub const fn solution_range_to_pieces(
solution_range: SolutionRange,
slot_probability: (u64, u64),
) -> u64
Expand description
Computes the following:
MAX * slot_probability / chunks * s_buckets / solution_range
pub const fn solution_range_to_pieces(
solution_range: SolutionRange,
slot_probability: (u64, u64),
) -> u64
Computes the following:
MAX * slot_probability / chunks * s_buckets / solution_range