Hello, I am trying to build libstore using the Zig build system. The default C++ version of ‘zig c++’ is gnu++17 and random_shuffle() has been removed in C++ 14 standard. Even though guix is built using gnu++11 currently, I think it is not harmful to replace a deprecated function. Regards, Kuo