MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / sz_fill_random

Function sz_fill_random

c/stringzilla.c:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421SZ_DYNAMIC void sz_fill_random(sz_ptr_t result, sz_size_t result_length, sz_u64_t nonce) {
422 sz_dispatch_table.fill_random(result, result_length, nonce);
423}
424
425SZ_DYNAMIC void sz_sha256_state_init(sz_sha256_state_t *state) { sz_dispatch_table.sha256_state_init(state); }
426

Callers 4

memfrobFunction · 0.70
Str_like_fill_randomFunction · 0.50
module_randomFunction · 0.50
fill_randomFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…