Searched refs:wyrand (Results 1 – 1 of 1) sorted by relevance
121 static inline uint64_t wyrand(uint64_t *seed){ *seed+=_wyp[0]; return _wymix(*seed,*seed^_wyp[1]);} in wyrand() function132 for(size_t j=0;j<64;j+=8) secret[i]|=((uint64_t)c[wyrand(&seed)%sizeof(c)])<<j; in make_secret()