RandomNumberGenerator

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étodoExplicación
exportToString ()

Exports the object to its string representation.

loadFromString (string)

Restore the object using its string representation. The exportToString method can be used to create a string representation.

Métodos

exportToString ()
Valor de retorno
Tipo de datosExplicación
String

The string representation of the object.

loadFromString (string)
ParámetroExplicaciónTipo de datos
string

The string representation of the object.

String

Temas relacionados