Minor release of go-tdigest
This release introduces support for configuring the deserialized
digest when using tdigest.FromBytes
Right now this is mostly useful for configuring the RNG the
digest will use, for example:
t1, err := tdigest.FromBytes(payload, tdigest.LocalRandomNumberGenerator(42))