remove incompatible example from bindings-bytebuffers

This commit is contained in:
Jonathan Shook
2023-02-07 18:19:53 -06:00
parent 47c1f2db5a
commit 0d955b2158

View File

@@ -21,9 +21,6 @@ bindings:
# control the size of the extracted sample with a hash range
hashed_bb_sizerange: ByteBufferSizedHashed(HashRange(1,10)); ToHexString();
# control the size of the extracted sample based on a continuous function
hashed_bb_size_normal: ByteBufferSizedHashed(Normal(5.0, 1.0)); ToHexString();
# control the size of the extracted sample based on a discrete function
hashed_bb_size_binomial: ByteBufferSizedHashed(Binomial(8,0.5)); ToHexString();