RandomNumberGenerator

Synthèse

Determines the type and seed that will be used to create random numbers.

Discussion

Héritage :

arcgis.rand() n’est plus pris en charge dans la version ArcGIS Pro 2.0. La arcgis.rand() fonction était principalement utilisée pour prendre en charge la création des valeurs aléatoires avec les outils Calculer la valeur et Calculer le champ, le paramètre d'environnement Générateur de chiffre au hasard et la CreateRandomValueGenerator fonction. Des fonctions comparables à l'aide du random module Python doivent être utilisées en lieu et place.

Vue d’ensemble des méthodes

MéthodeExplication
exportToString ()

Exports the object to its string representation.

loadFromString (string)

Defines a RandomNumberGenerator object from a formatted string.

Méthodes

exportToString ()
Valeur renvoyée
Type de donnéesExplication
String

The WKT string representation of the object.

loadFromString (string)
ParamètreExplicationType de données
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

Rubriques connexes