RandomNumberGenerator

Résumé

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)

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

Méthodes

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

The string representation of the object.

loadFromString (string)
ParamètreExplicationType de données
string

The string representation of the object.

String

Rubriques connexes