On line 155 of the list of generators, the comment reads "cylindrical" rather than "spherical."
<ksgen_value_radius_cylindrical name="value_radius_cylindrical" radius_min="5." radius_max="10."/>
<!--
description:
generates a single random value drawn from a distribution suitable for randomly distributing radii in cylindrical coordinates.
parameters:
name:
the name of this value.
value_min:
the minimum radius in meters to return. must be positive and less than radius_max.
value_max:
the maximum radius in meters to return. must be positive and greater than radius_min.
-->
<ksgen_value_radius_spherical name="value_radius_spherical" radius_min="5." radius_max="10."/>
<!--
description:
generates a single random value drawn from a distribution suitable for randomly distributing radii in **cylindrical** coordinates.
parameters:
name:
the name of this value.
value_min:
the minimum radius in meters to return. must be positive and less than radius_max.
value_max:
the maximum radius in meters to return. must be positive and greater than radius_min.
-->
On line 155 of the list of generators, the comment reads "cylindrical" rather than "spherical."