MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / rand_comb_len

Function rand_comb_len

src/program/rand.rs:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57pub fn rand_comb_len() -> usize {
58 let lens: Vec<usize> = (crate::config::DEFAULT_COMB_LEN..10).collect();
59 let select_len = random_select(&lens);
60 *select_len
61}

Callers 3

prompt_shuffleFunction · 0.85
fuzz_loopMethod · 0.85

Calls 1

random_selectFunction · 0.85

Tested by

no test coverage detected