How to generate many free points at random at the same time?

jospercomp shared this question 2 years ago
Answered

How to generate many free points at random at the same time that you are separating and not in a list.Sequence( (RandomBetween(-5, 5),RandomBetween(-5, 5)), i , 1,10, 1)

Best Answer
photo

Repeat(50, execute({"RandomPointIn(-5, 5, -5, 5)"}) )

Comments (2)

photo
2

Repeat(50, execute({"RandomPointIn(-5, 5, -5, 5)"}) )

photo
1

Repite(24, Ejecuta({"PuntoAleatorioEn(-5, 5, -5, 5)"}) )

© 2023 International GeoGebra Institute