pub unsafe trait CIRandomGenerator: CIFilterProtocol { }Available on crate features
CIFilter and CIFilterBuiltins only.Expand description
The protocol for the Random Generator filter.
Generates an image of infinite extent whose pixel values are made up of four independent, uniformly-distributed random numbers in the 0 to 1 range.
See also Apple’s documentation