random-pxcor 3.1 random-pycor 3.1
random-pxcor
random-pycor
Reports a random integer ranging from min-pxcor (or -y) to max-pxcor (or -y) inclusive.
ask turtles [
;; move each turtle to the center of a random patch
setxy random-pxcor random-pycor
]See also random-xcor, random-ycor.