[Solved] Lottery Numbers picker?

Hi,

For example MEGA MILLIONS(lottery),

first box 5 picking numbers of 70 numbers
second box 1 picking number of 25 numbers

How can I pick 2 kinds numbers (6 numbers)?

use count loops

Use random component

assets_-LAn5scXl2uqUJUOqkJo_-LAn5wecEraNWaG7Ig2g_-LAn67QOIwapnsDmPuFc_blocks-math-✕-fig-11

If you want 4 numbers run it 4 times.

You can also use random in a list of you have predefined numbers

If some random number is same???

1 Like

You can control the random number by choosing the range for example from 1000 to 7000 or any range you specify.

here you go:
https://x.thunkable.com/copy/cbaa9ba58de0672ae741e3d4fe19f273

this example shows how to get the first 5 numbers from a list of 1…75 after it is shuffled.

1 Like

Thanks…

How can I ascend the picked random numbers???

1 Like

Use the sort option in the list drawer.

here’s the version that sorts the 5 numbers (the mega is separate)

1 Like

Thanks…

don’t forget me when you win the jackpot!

1 Like