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