NumberNumber.RandomBetweenこのページの見出しNumber.RandomBetween 2 つの数値の間の乱数を返します。 Syntax Number.RandomBetween( bottom as number, top as number) as number Remarks bottom と top の間の乱数を返します。 Examples Example #1 1 と 5 の間の乱数を取得します。 Number.RandomBetween(1, 5) Result: 2.546797 Category Number.Random