It would be convenient to sample multiple times from one metric. For instance,
salesperson_average_monthly_revenue = 3K to 10K
total_monthy_revenue = sum(sample(salesperson_average_monthly_revenue,5)
Not sure if there's a better possible notation for this. One issue here is that it would only work for a narrow set of functions (sum, product.) Sample may also not be the best word here.