Most-Used API for Generating Random NumbersWe help thousands of devs daily by solving trivial problems non-trivially. Our service is free and open-source.
Key Type
Random
Number Type
Integer
Result: 0
★ How do I use Random.ly?
GET https://ourlink.com/api/<api key>
Example Output:2
- How does it work?A key is generated, like this: cm8as2xta000oga350u1pyp7wwith the following optionsRange, 0-10, IntegerThis key will generate a random integer within the range of 0 to 10, like this8but if you change the options, such as changing integer to float, likeRange, 0-10, Floatthe key will not change.So now, with the same key, 4.132674292568241will be the output instead.