GKARC4RandomSource.Seed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.