4 Commits

Author SHA1 Message Date
Diggory Hardy
79f1b0ffdb
Document known issues: #1378, #1312, #1476. 2024-08-12 12:16:08 +01:00
Diggory Hardy
2d5948d264
rand::distributions -> distr; split uniform module (#1470) 2024-07-23 14:14:11 +01:00
Diggory Hardy
605476c4e4
Portability fixes (#1469)
- Fix portability of `choose_multiple_array`
- Fix portability of `rand::distributions::Slice`
2024-07-23 13:50:31 +01:00
Diggory Hardy
ca9e119859
Add IndexedRandom::choose_multiple_array, index::sample_array (#1453)
* New private module rand::seq::iterator
* New private module rand::seq::slice
* Add index::sample_array and IndexedRandom::choose_multiple_array
2024-06-04 09:32:57 +01:00