Properties
Similar Topics
Statistics
Comments
4
Participants
4
Subscribers
4
Votes
1
Views
792
Share

How to generate a list of random integer values from a button?
Answered
Sequence(RandomBetween(1, 8), i, 1, n, 1)
Use this command to generate a list of integer random values, but how do I make those values in the list change from a button and how does the SetSeed command work?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
then in your button
define l1={}
define n
define a buttom with setvalue(l1,Sequence(RandomBetween(1, 8), i, 1, n)) in clickscript
if you want put in script a setseed() command optionaly
Bonjour,
il suffit de copier cette commande dans le script de ton bouton
sans SetSeed l1 et l2 sont différentes
avec SetSeed les listes suivantes sont identiques
https://wiki.geogebra.org/e...
then in your button
Comments have been locked on this page!