Class MPSMatrixRandomMTGP32

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSMatrixRandomMTGP32
extends MPSMatrixRandom
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • MPSMatrixRandomMTGP32

      public MPSMatrixRandomMTGP32()
    • MPSMatrixRandomMTGP32

      protected MPSMatrixRandomMTGP32​(NSObject.Handle h, long handle)
    • MPSMatrixRandomMTGP32

      protected MPSMatrixRandomMTGP32​(NSObject.SkipInit skipInit)
    • MPSMatrixRandomMTGP32

      public MPSMatrixRandomMTGP32​(MTLDevice device)
    • MPSMatrixRandomMTGP32

      public MPSMatrixRandomMTGP32​(MTLDevice device, MPSDataType destinationDataType, long seed, MPSMatrixRandomDistributionDescriptor distributionDescriptor)
    • MPSMatrixRandomMTGP32

      public MPSMatrixRandomMTGP32​(MTLDevice device, MPSDataType destinationDataType, long seed)
    • MPSMatrixRandomMTGP32

      public MPSMatrixRandomMTGP32​(NSCoder decoder, MTLDevice device)
    • MPSMatrixRandomMTGP32

      public MPSMatrixRandomMTGP32​(NSCoder coder)
  • Method Details