Type Method 型メソッド

random(in:)

Returns a vector with random values from within the specified range in all lanes. 全てのレーンにおいてこの指定された範囲内から無作為な値を持つベクターを返します。

Declaration 宣言

static func random(in range: ClosedRange<Self.Scalar>) -> Self
Available when Scalar conforms to FixedWidthInteger. ScalarFixedWidthIntegerに準拠する場合に利用可能です。