Closed Glitchy-Tozier closed 2 years ago
Fixes #28. We still can use
cargo build && RUST_LOG=INFO ./target/debug/random_evaluate
like we used to. Now, however, using -n 200 doesn't result in a crash anymore. Instead, we directly supply the number, the same way as we would supply a layout to evaluate.
-n 200
evaluate
cargo build && RUST_LOG=INFO ./target/debug/random_evaluate 200
Edit: the first commit somehow sneaked in there. It wasn't supposed to be part of this PR. Only the second commit is relevant.
Fixes #28. We still can use
like we used to. Now, however, using
-n 200
doesn't result in a crash anymore. Instead, we directly supply the number, the same way as we would supply a layout toevaluate
.Edit: the first commit somehow sneaked in there. It wasn't supposed to be part of this PR. Only the second commit is relevant.