Fixed deserialization bug in random generator state affecting data type determinism
Official CH changelog text
Fixed bug in deserialization of random generator state with might cause some data types such as AggregateFunction(groupArraySample(N), T)) to behave in a non-deterministic way. #24538 (tavplubix).