Replies: 1 comment
-
|
omg, fuzz_values will do that, this is very stupid question....... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scenario : I have a list [1, 3, 5, 7, 9] and I only want s_word select one of them randomly. Seems like s_group can do that but I found s_group will call .encode method for every elements which I passed, value like b'\x00\0x01' will encode failed. It also can't specify the length of element.
Beta Was this translation helpful? Give feedback.
All reactions