lshift_ 404 uspace/lib/cpp/include/__bits/random.hpp auto z2 = z1 ^ (lshift_(z1, s) & b); lshift_ 405 uspace/lib/cpp/include/__bits/random.hpp auto z3 = z2 ^ (lshift_(z2, t) & c);