@interface MPSNDArrayRandomStateDescriptor : NSObject <NSCopying, NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) unsigned int algorithm; @property (readonly, nonatomic) unsigned int *state; @property (readonly, nonatomic) unsigned long long stateLength; - (id)init; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initPhiloxStateDescriptorWithSeed:(unsigned long long)a0; - (id)exportStateToNDArray:(id)a0; - (id)initPhiloxStateDescriptorWithCounterLow:(unsigned long long)a0 counterHigh:(unsigned long long)a1 key:(unsigned long long)a2; @end