Exemplo n.º 1
0
 protected override decimal GetNext(decimal min, decimal max)
 {
     return(Randomizer.NextDecimal(min, max));
 }
Exemplo n.º 2
0
 protected override decimal GetNext()
 {
     return(Randomizer.NextDecimal());
 }