DevToys icon indicating copy to clipboard operation
DevToys copied to clipboard

Random Number Generator

Open wutipong opened this issue 1 year ago • 2 comments

What feature or new tool do you think should be added to DevToys?

A simple random number generator that can generates a list of number within the given range.

Why do you think this is needed?

When writing unit test, sometimes there are needs to test against a group of input number. Using random numbers can be a good starting point.

Also when using some tools that require a group of seeding numbers (like... Automatic1111/stable-diffusion-webui), creating a list can be annoying.

Solution/Idea

Create a new generator similar to Password Generator or UUID.

Comments

No response

wutipong avatar Aug 08 '23 18:08 wutipong

image

Here's an idea of what it would look like. I quickly whip some code changes and got it somewhat working (with quite a few problems).

wutipong avatar Aug 08 '23 21:08 wutipong

I am thinking of creating this one, are you guys still interested in this one?

notcooler avatar Aug 27 '23 09:08 notcooler

Closing as no upvote/traction on this issue. Can be made as an extension if anyone wants to try our SDK: https://devtoys.app/doc

veler avatar Jun 13 '24 05:06 veler