Noise module that outputs the value selected from one of two source modules chosen by the output value from a control module. - LeftModule outputs a value. - RightModule outputs a value. - ControlModule is known as the control module. The control module determines the value to select. If the output value from the control module is within a range of values known as the selection range, this noise module outputs the value from the RightModule. Otherwise, this noise module outputs the value from the LeftModule By default, there is an abrupt transition between the output values from the two source modules at the selection-range boundary. To smooth the transition, pass a non-zero value to the EdgeFalloff method. Higher values result in a smoother transition.