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