Skip to content

RFC: new rand-core crate, rand adaptations #2152

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

Closed
wants to merge 23 commits into from
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4e1e87f
Add rand-core RFC
dhardy Sep 14, 2017
5d0059e
Update rand-core RFC; especially 128-bit support
dhardy Sep 14, 2017
7e3baf8
rand-core RFC: tweaks, more on seeking
dhardy Sep 15, 2017
b80ed3f
rand-core RFC: note on NonCryptoRng name
dhardy Sep 19, 2017
c06c51e
rand-core RFC: move seeking suggestion to alternatives
dhardy Sep 19, 2017
d23dd36
rand-core RFC: next_u128 and error type
dhardy Sep 19, 2017
3d4f6d1
rand-core RFC: _ vs -
dhardy Sep 19, 2017
eeb5874
rand-core RFC: SeedableRng
dhardy Sep 19, 2017
07094ae
rand-core: rename from rand_core in line with vote
dhardy Oct 16, 2017
10a4acc
rand-core: update error type section
dhardy Oct 19, 2017
f6fd9f7
rand-core: update seeding section
dhardy Oct 19, 2017
ca638d9
Merge remote-tracking branch 'refs/remotes/origin/rand-core' into ran…
dhardy Oct 19, 2017
1be8a60
rand-core: remove Interrupt error kind; add Other
dhardy Oct 19, 2017
58e70c1
rand-core: update ErrorKind members and derived traits
dhardy Oct 19, 2017
d5c067b
rand-core: @nagisa's recommendation to reduce ambiguity
dhardy Oct 22, 2017
6ec9c92
rand-core: update summary/introduction
dhardy Oct 30, 2017
34b937f
rand-core: update Rng trait / discussion
dhardy Oct 30, 2017
0741979
rand-core: move error-handling section
dhardy Oct 30, 2017
630beba
rand-core: rename try_fill → try_fill_bytes
dhardy Oct 30, 2017
1fc363e
rand-core: comment on 16-bit generators
dhardy Oct 30, 2017
89ea3a9
rand-core: add guidance on implementing RNGs
dhardy Nov 9, 2017
c2dfc17
rand-core: update on seeding (outdated)
dhardy Dec 6, 2017
6a2ac5a
rand-core: update seeding text (again)
dhardy Dec 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading