Exemple #1
0
 /// <inheritdoc />
 protected override string GetRandomValue()
 {
     return(RandomUtils.String(0, 100));
 }
 /// <inheritdoc cref="IDrawer.GetRandomValue" />
 protected override float GetRandomValue()
 {
     return(RandomUtils.Float(min, max));
 }