Activate Randomize on Button Press

I am using random() in my graph component. Everything works as intended when I click the “randomize” button while working on the graph. However, I’d like my students to be able to click the action button to activate this “randomize” so that it generates new seeds within the graph component. Any assistance with this will be much appreciated.

You use a seed for the random generator that is the presscount of the button. So when the button is pressed, the changing seed value re-rolls the random number.

Here are a set of repeated practice triangle screens if you want to see some ways I’ve used it. Right Triangle Repeated Practice Screens (Trigonometry and Pythagorean Theorem) • Activity Builder by Desmos

Yep!! Thanks so much!!