Generic Type Method
random(using:)
Returns a vector mask with
true
or false
randomly assigned in each lane, using the given generator as a source for randomness.
各レーンに無作為に割り当てられるtrue
またはfalse
を持つあるベクターを返します、与えられた生成子を無作為さの出典として使います。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
static func random<T>(using generator: inout T) -> SIMDMask
<Storage> where T : RandomNumberGenerator