turtle-set
a reporter that takes a number of inputs (turtles, sets of agents, lists, etc.) and reports set containing all of the turtles in any of the inputs
random-float
a reporter that takes a number as input and reports a random decimal number between the input number and zero (including zero but excluding the input number)
hatch, hatch-<breeds>
a command that creates a specified number of new turtles (or turtles of a specific breed) and runs any bracketed commands (if there are any) once for each turtle (or […]