指定した範囲のランダムな値を取得します。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文int Random(
int minValue,
int maxValue
)
パラメーター
- minValue
- 型: SystemInt32
最小値 - maxValue
- 型: SystemInt32
最大値
戻り値
型:
Int32指定した範囲のランダムな値
関連項目