Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
pub 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_shuffle
Function · 0.85
fuzz_loop
Method · 0.85
assemble_high_energy_combiantion
Method · 0.85
Calls
1
random_select
Function · 0.85
Tested by
no test coverage detected