aboutsummaryrefslogtreecommitdiffstats
path: root/components/rand/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed the commented code.michaelgrigoryan252022-12-011-6/+0
* Replaced explicit Default implementation for Seed with derive.michaelgrigoryan252022-12-011-5/+6
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-4/+1
* Update rand to 0.6Bastien Orivel2019-08-111-39/+82
* Upgrade uuid.Josh Matthews2019-06-121-2/+5
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-2/+2
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-0/+10
* squash: convert less interesting debug! logs to tracesDexter Haslem2017-01-181-4/+4
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-051-0/+158