class CwCardUtils::SynergyProbability

def clamp_draws(draws)

def clamp_draws(draws)
  return 0 if draws.to_i < 0
  [draws.to_i, @deck_size].min
end