サマリー
Determines the type and seed that will be used to create random numbers.
説明
レガシー:
arcgis.rand() は、ArcGIS Pro 2.0 以降サポートされなくなりました。arcgis.rand() 関数は、[値の計算 (Calculate Value)] および [フィールドの計算 (Calculate Field)] ツール、[乱数ジェネレーター] 環境設定、CreateRandomValueGenerator 関数を使用したランダム値の作成を中心に使われてきました。代わりに、Python の random モジュールを使用する、同等の関数を使用する必要があります。
方法の概要
方法 | 説明 |
exportToString () | Exports the object to its string representation. |
loadFromString (string) | Defines a RandomNumberGenerator object from a formatted string. |
方法
exportToString ()
データ タイプ | 説明 |
String | The WKT string representation of the object. |
loadFromString (string)
パラメーター | 説明 | データ タイプ |
string | The string representation of the object. A space-delimited string of the seed and random generator algorithm. For example, 0 ACM599.
| String |