MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / func2

Function func2

deps/memkind/src/jemalloc/test/src/SFMT.c:376–378  ·  view source on GitHub ↗

* This function represents a function used in the initialization * by init_by_array * @param x 32-bit integer * @return 32-bit integer */

Source from the content-addressed store, hash-verified

374 * @return 32-bit integer
375 */
376static uint32_t func2(uint32_t x) {
377 return (x ^ (x >> 27)) * (uint32_t)1566083941UL;
378}
379
380/**
381 * This function certificate the period of 2^{MEXP}

Callers 1

init_by_arrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected