IGKRandom 接口

定义

GameplayKit 伪随机数生成器的接口。

[Foundation.Protocol(Name="GKRandom", WrapperType=typeof(GameplayKit.GKRandomWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IGKRandom : IDisposable, ObjCRuntime.INativeObject
type IGKRandom = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

GetNextBool()

检索 truefalse 值。

GetNextInt()

返回生成器边界内的整数。

GetNextInt(nuint)

返回一个整数,该整数小于生成器的上限,也小于 upperBound

GetNextUniform()

返回随机浮点值。

适用于