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を持つあるベクターを返します、与えられた生成子を無作為さの出典として使います。

Declaration 宣言

static func random<T>(using generator: inout T) -> SIMDMask<Storage> where T : RandomNumberGenerator