GKARC4RandomSource.Seed Property

Definition

Deterministically seeds the pseudo-random number generator.

public virtual Foundation.NSData Seed { [Foundation.Export("seed", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSeed:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Seed : Foundation.NSData with get, set

Property Value

Attributes

Remarks

GKARC4RandomSource objects with the same Seed will produce identical sequences.

Applies to