Diggory Hardy
|
f5185d91fa
|
thread_rng() → rand::rng() (#1506)
- Rename `rand::thread_rng()` → `rand::rng()`
- Remove `thread_rng()` and `random()` from the prelude
|
2024-10-11 08:51:21 +01:00 |
|
Diggory Hardy
|
4cbbb340ad
|
Remove automatic (delayed) reseed-on-fork (#1379)
* benches/generators.rs: standardize thread_rng benchmarks
* Remove cfgs from examples
* Remove ReadRng
* Add ThreadRng::reseed and doc to use
* Remove fork protection from ReseedingRng; remove libc dep
* Enable ReseedingRng without std
* Move ReseedingRng up; remove module rand::rngs::adapter
|
2024-03-18 17:41:15 +00:00 |
|
Vinzent Steinberg
|
067238f057
|
Remove rand_hc (#1156)
* Remove `rand_hc`
We no longer need it for `rand`, so it can be moved to the `rngs`
repository.
|
2021-08-05 14:59:07 +02:00 |
|
Dirk Stolle
|
277e5b0e9d
|
fix some typos
|
2021-06-15 22:27:37 +02:00 |
|
Diggory Hardy
|
491014be44
|
Prepare rand v0.8.0 release
|
2020-12-14 16:04:34 +00:00 |
|
vallentin
|
3b169844ba
|
Fixed misspellings
|
2020-02-07 06:56:03 +01:00 |
|
Diggory Hardy
|
98ae5180ea
|
Address review
|
2019-09-26 08:37:36 +01:00 |
|
Diggory Hardy
|
26897a58db
|
Add a security policy.
Closes #882
|
2019-09-25 11:01:33 +01:00 |
|