class RepeatAction : DataInsertRepeatAction
Inserts repeated random decimals.
scheme - the settings to use for generating decimals
RepeatAction(scheme: DecimalScheme = DecimalSettings.default.currentScheme)
Inserts repeated random decimals.  | 
val name: String
The name of the action to display.  | 
open fun generateStrings(count: Int): List<String>
Generates a random datum and repeats it count times.  |