-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review #1
Comments
Update: I pushed two commits to fix the Miri issues and fix a portability issue (not covered by tests). |
I donno if this needs a separate crate really.. It's only a few lines to do yourself. I've written a few methods called make_rng but normally they needed to take something else into account. |
There's more than a few lines here. It also offers another feature: a portable hasher. And it's still a very light crate. I don't personally have any use for this, but I think it's interesting enough to be worth publishing (given that I already did most of the work). |
Tests pass now. We have no eager reviewers (not that I expected anything else for this crate), so it makes sense to go ahead and publish 0.1.0. |
Looks good! I only have minor comments:
|
The docs upload makes Travis fail and should probably be removed:
|
Ah, thanks for the review; I assumed you were not interested. I will get to this shortly (and maybe deprecate the old method names). |
New code deserves review — in this case, since this is a new repository, I posted the code directly instead of via PR.
The initial four commits are exactly those found in rust-random/rand#554 (just rebased).
Perhaps @burdges or @vks would care to review based on the state of this repository?
The text was updated successfully, but these errors were encountered: