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)

Defines a RandomNumberGenerator object from a formatted string.

Métodos

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

The WKT string representation of the object.

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

The string representation of the object.

A space-delimited string of the seed and random generator algorithm. For example, 0 ACM599.

  • ACM599ACM collected algorithm 599
  • MERSENNE_TWISTERMersenne Twister mt19937
  • STANDARD_CStandard C Rand
String

Temas relacionados