There aren’t any even numbers in the results… why is this? Not critical, but it doesn’t seem totally random if it’s the same 5 numbers used in different combinations.
I noticed a similar pattern when generating random numbers. Ultimately I gave up trying to figure out why Bubble was returning the same groups of numbers over and over again and implemented a pretty simple API Connector data source with a free random.org account/API key:
When retrieving a random number using this call in the editor, you can swap out the ‘min’ and ‘max’ values with dynamic values, or hard code them in the Body parameters and mark them as private.