uCBQN/test/cases/fuzz/shift.bqn
dzaima 315ab8563a separate fuzz test files
also remove out-of-date stuff from test/run.bqn help
2024-07-29 01:52:02 +03:00

11 lines
232 B
BQN
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(
# bitarr »˘ / «˘
_test {𝔽_𝕣𝕩:
a(1+2•rand.Range 100)•rand.Range 2
v•rand.Range 2
va ! (v 𝔽•internal.Keep˘ a) v 𝔽˘ a
}
» _test¨ 10000
« _test¨ 10000
)