t_ 1096 uspace/lib/cpp/include/__bits/random.hpp auto r1 = 1664525 * t_(first[k % n] ^ first[(k + p) % n] ^ first[(k - 1) % n]); t_ 1113 uspace/lib/cpp/include/__bits/random.hpp auto r3 = 1566083941 * t_(first[k % n] + first[(k + p) % n] + first[(k - 1) % n]);HelenOS homepage, sources at GitHub