Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let delays be expressed as range values n1-n2 #577

Open
1 task done
a-raccoon opened this issue Dec 25, 2024 · 1 comment
Open
1 task done

Let delays be expressed as range values n1-n2 #577

a-raccoon opened this issue Dec 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@a-raccoon
Copy link

Describe the feature

Instead of a single fixed value, I would like to specify a range of values so a random value in that range is chosen, eg, 100-10000 ms, so that a click or wait might be immediate or take as long as 10 seconds.

If possible, I would like lists of values and ranges to be possible, ie, 100-2000,100-3000,100-4000,8000-10000, to mix things up and keep clever games from statistically analyzing inputs and delays.

Describe the usage

The range and list format can be used anywhere a numeric value is inputted, allowing for selecting random values.

Is it a duplicate?

  • There is no duplicates
@a-raccoon a-raccoon added the enhancement New feature or request label Dec 25, 2024
@a-raccoon
Copy link
Author

/crickets/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant