You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Originally there was a solution which used cargo but it was more irritating for some various reasons and now just rustc is used. It looks like either way an enhancement is required to do it.
@jhoffner Do you know an active contributor to this Repo who might just be able to allow for random input generation in Rust? I have just received a Rust translation to one of my Kata without random tests and I would love to approve it (the overall translation quality is good) but I can't until he/she has added random tests to it.
I'm not really sure but it looks like there's no way to generate random numbers properly without using an external crate which requires adding a dependency to Cargo.toml project file.
https://doc.rust-lang.org/rand/rand/index.html
https://stackoverflow.com/questions/30735490/unresolved-name-randthread-rng
The text was updated successfully, but these errors were encountered: