コード例 #1
0
ファイル: DecimalDrawer.cs プロジェクト: JackBetts/TrafficCop
 /// <inheritdoc/>
 protected override decimal GetRandomValue()
 {
     return(RandomUtils.Decimal());
 }