random-pzcor4.1

random-pzcor

Reports a random integer ranging from min-pzcor to max-pzcor inclusive.

ask turtles [
  ;; move each turtle to the center of a random patch
  setxyz random-pxcor random-pycor random-pzcor
]

See also random-pxcor, random-pycor.

Take me to the full NetLogo Dictionary