MCPcopy Create free account
hub / github.com/antirez/disque / fill_array32

Function fill_array32

deps/jemalloc/test/src/SFMT.c:551–559  ·  view source on GitHub ↗

* This function generates pseudorandom 32-bit integers in the * specified array[] by one call. The number of pseudorandom integers * is specified by the argument size, which must be at least 624 and a * multiple of four. The generation by this function is much faster * than the following gen_rand function. * * For initialization, init_gen_rand or init_by_array must be called * before the f

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

SFMT.cFile · 0.85
TEST_BEGINFunction · 0.85

Calls 1

gen_rand_arrayFunction · 0.70

Tested by

no test coverage detected