Label | Explanation | Data Type |
Seed value (Optional) | A value to be used to reseed the random number generator. This may be an integer or floating-point number. Rasters are not permitted as input. The random number generator is automatically seeded with the current value of the system clock (seconds since January 1, 1970). The range of permissible values for the seed value is -231 + 1 to 231 (or -2,147,483,647 to 2,147,483,648). | Double |
Output cell size (Optional) | The cell size of the output raster that will be created. This parameter can be defined by a numeric value or obtained from an existing raster dataset. If the cell size hasn't been explicitly specified as the parameter value, the environment cell size value will be used if specified; otherwise, additional rules will be used to calculate it from the other inputs. See the usage section for more detail. | Analysis Cell Size |
Output extent (Optional) | The extent for the output raster dataset. The extent will be the value in the environment if specifically set. If not specifically set, the default is 0, 0, 250, 250. | Envelope; Extent |
Return Value
Label | Explanation | Data Type | Output raster | The output raster of randomly distributed values with a range of 0.0 to 1.0 | Raster |