示例#1
0
 public decimal RandomMultiplier(IRandomProvider provider)
 {
     return(provider.RandomDecimal(0.85M, 1M));
 }