Processors support for StorageMerge reading.

This commit is contained in:
Nikolai Kochetov 2020-01-31 19:32:00 +03:00
parent dbffabfd46
commit edd2477ca7

View File

@ -20,6 +20,7 @@ namespace
distribution[i] = i % to;
std::shuffle(distribution.begin(), distribution.end(), thread_local_rng);
return distribution;
}
}