Choose a random coordinate from a list

You can do the randomization within the graph, which will make it easier to accomplish what you want. You can use the .random(n,seed) function to pull a random number of elements from a list without duplication. Changing the seed will re-randomize. So instead of using CL to randomize, you just set the seed to the button’s presscount value, so changing the presscount re-randomizes. Combine this with the fact that P = (A1,B1) generates a list of points. Here is an example in slide 2: [Copy of] Choose Random Points • Activity Builder by Desmos

1 Like