Resumen
Determines the type and seed that will be used to create random numbers.
Debate
Heredado:
arcgis.rand() ya no se admite desde ArcGIS Pro 2.0. La función arcgis.rand() se usaba principalmente para permitir la creación de valores aleatorios con las herramientas Calcular valor y Calcular campo, la configuración del entorno Generador de números aleatorios y la función CreateRandomValueGenerator. En su lugar, se deben usar otras funciones similares del módulo random de Python.
Descripción general del método
Método | Explicación |
exportToString () | Exports the object to its string representation. |
loadFromString (string) | Defines a RandomNumberGenerator object from a formatted string. |
Métodos
exportToString ()
Tipo de datos | Explicación |
String | The string representation of the object. |
loadFromString (string)
Parámetro | Explicación | Tipo de datos |
string | The string representation of the object. A space-delimited string of the seed and random generator algorithm. For example, 0 ACM599.
| String |