Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Generate a random decimal in RunMacro
What it does
The Random Float command generates a random decimal within a min–max range, lets you pick a dot (.) or comma (,) separator, then places it in the clipboard.
When to use it
- Fill a random decimal (price, ratio...).
- Create decimal test data.
- Fit forms that use a comma decimal (VN format).
Configuration steps
- Add a Random › Random Float command.
- Enter min, max and choose the separator.
- Save. The result is in the clipboard.
Every option explained
Real example
Example: a 0–1 decimal with comma
- Random Float, min=0, max=1, comma separator.
- Paste from Clipboard into the field.
Tips & common mistakes
Pick the separator matching the app locale to avoid number-format errors.
RunMacro