QuantizedDistribution.buckets

Represents the relative probability that the function will return a value in the represented interval.

struct QuantizedDistribution(size_t numSegments, P = float, V = double)
P[numSegments] buckets;

Meta