ClassShaderOutputRGBsynopsisThe Random shader outputs a random color from various types of inputs. It is useful to do variations of colors or shader properties for example. input_typeThe input type can be Int, Float or Color, and the corresponding input will be used for the variations.input_intThe input used when the Input Type is Int.input_floatThe input used when the Input Type is Float.input_colorThe input used when the Input Type is Color.seedAn additional seed to further vary the output, to generate a different set to random values from the same input.grayscaleGenerate cheaper to compute, monochromatic random values.