共用方式為


GKRandomSource.SharedRandom 屬性

定義

傳回全系統隨機來源,不具決定性或獨立。

public static GameplayKit.GKRandomSource SharedRandom { [Foundation.Export("sharedRandom")] get; }
member this.SharedRandom : GameplayKit.GKRandomSource

屬性值

屬性

備註

此來源會與全 arc4random 系統 C 函式共用狀態。 由於此 PRNG 共用狀態,因此除了簡單應用程式之外,這可能是不佳的選擇。

適用於