aboutsummaryrefslogtreecommitdiffstats
path: root/components/rand/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
| | | | | * strict imports formatting * Reformat all imports
* remove `extern crate` (#30311)Samson2023-09-081-6/+2
| | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Update uuidMartin Robinson2023-06-261-5/+2
| | | | | This is required to use the new version of gleam and update ipc-channels without duplicating the dependency in the future.
* 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
| | | | | | | | | | | | I changed the isaac random to always be the 32 bits one because the 64 bits version doesn't work with ReseedingRng as it requires the generator's output to be u32 for some reasons. The other main change is that the reseed method doesn't exist anymore and now rand recreates a new generator when it needs to reseed so I had to add a new method for when we don't want a generator to be reseeded. Closes #23558
* 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
| | | | This required bumping uuid too which unfortunately duplicated rand.
* 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