-
27d8b41f68
alnyan/yggdrasil: patch getrandom url
alnyan/yggdrasil-rng_core-0.6.4
Mark Poliakov
2023-12-22 15:26:55 +02:00
-
b16da2bdc9
alnyan/yggdrasil: patch getrandom url
alnyan/yggdrasil-0.6.4
Mark Poliakov
2023-12-22 15:26:55 +02:00
-
d78efe056f
alnyan/yggdrasil: patch getrandom url
alnyan/yggdrasil
Mark Poliakov
2023-12-22 15:26:55 +02:00
-
585b29f2a9
Add top-level helper functions (#1488)
Jack O'Connor
2024-10-31 05:12:55 -04:00
-
24b9cc38ea
README: rand is not a crypto library (#1514)
Diggory Hardy
2024-10-28 14:20:59 +00:00
-
0c36c6ca59
Remove u64 support for Poisson (#1517)
Diggory Hardy
2024-10-24 18:13:39 +01:00
-
1aa9a69c20
Add more Kolmogorov–Smirnov test (#1504)
Jambo
2024-10-18 02:24:37 +08:00
-
0d32093559
Use explicit features rather than implicit. (#1473)
Bruce Mitchener
2024-10-17 19:32:27 +07:00
-
8b455dd994
Add
p()
for Bernoulli
(#1481)
Marc Pabst
2024-10-17 11:53:37 +01:00
-
8225d948b1
Rng renames: gen_ → random_ (#1505)
Diggory Hardy
2024-10-16 14:45:36 +01:00
-
9d57b87e27
Weibull doc: add PDF and warning against small k (#1509)
Benjamin Lieser
2024-10-16 12:11:24 +02:00
-
695fc9a5f5
Fix new Clippy lints (#1511)
Artyom Pavlov
2024-10-16 02:54:28 +03:00
-
f5185d91fa
thread_rng() → rand::rng() (#1506)
Diggory Hardy
2024-10-11 08:51:21 +01:00
-
0fba9401c4
rand_core: add blanket impl of TryRngCore for RngCore (#1499)
Artyom Pavlov
2024-10-09 13:27:07 +03:00
-
9c2787de73
Cdf testing with Kolmogorov Smirnov (#1494)
Benjamin Lieser
2024-10-08 10:57:47 +02:00
-
d1f961c4be
Improve SmallRng initialization performance (#1482)
Arthur Silva
2024-10-07 13:12:40 +02:00
-
d2eb51bc29
Remove some unsafe, update to zerocopy 0.8.0 (#1502)
Joshua Liebow-Feeser
2024-10-07 01:29:52 -07:00
-
bc3341185e
Make sure BTPE is not entered when np < 10 (#1484)
Benjamin Lieser
2024-10-03 21:18:56 +02:00
-
66b11eb17b
Rename gen_iter → random_iter, misc.. (#1500)
Diggory Hardy
2024-10-01 14:59:11 +01:00
-
e2092e9251
Poisson u64 sampling (#1498)
Benjamin Lieser
2024-10-01 15:27:39 +02:00
-
f2638201ff
Poisson: split Knuth/Rejection methods (#1493)
Diggory Hardy
2024-09-23 18:02:25 +01:00
-
ef052ec539
No usize except uniform (#1487)
Diggory Hardy
2024-09-09 08:33:43 +01:00
-
71c53be9a9
Require SeedableRng::Seed to impl Clone + AsRef (#1491)
Clar Fon
2024-09-09 03:10:01 -04:00
-
9e030aa221
Migrate remaining benchmarks to Criterion (#1490)
Diggory Hardy
2024-09-06 09:07:47 +01:00
-
79f1b0ffdb
Document known issues: #1378, #1312, #1476.
Diggory Hardy
2024-08-12 12:16:08 +01:00
-
2833c78417
Document Rng::fill, random differences
Diggory Hardy
2024-07-28 10:48:07 +01:00
-
f7bbccaedf
Rename
serde1
feature to serde
. (#1477)
Bruce Mitchener
2024-07-26 14:48:53 +07:00
-
2d5948d264
rand::distributions -> distr; split uniform module (#1470)
Diggory Hardy
2024-07-23 14:14:11 +01:00
-
605476c4e4
Portability fixes (#1469)
Diggory Hardy
2024-07-23 13:50:31 +01:00
-
f3aab23fba
Fix
clippy::doc_markdown
warnings. (#1474)
Bruce Mitchener
2024-07-20 15:56:27 +07:00
-
e4874a6dd7
Fix some typos. (#1472)
Bruce Mitchener
2024-07-20 15:42:52 +07:00
-
1e381d13ee
UniformFloat: allow inclusion of high in all cases (#1462)
Diggory Hardy
2024-07-16 11:32:06 +01:00
-
2584f48ace
Fix pert for mode approx eq mean; use builder pattern (#1452)
Diggory Hardy
2024-07-16 09:04:49 +01:00
-
d17ce4e0a1
rand_distr: split gamma module (#1464)
Diggory Hardy
2024-07-11 14:50:22 +01:00
-
763dbc5bbb
rand_distr
: Rename Zeta parameter from a
to s
(#1466)
Michael Dyer
2024-07-10 21:05:50 +02:00
-
17746a1ace
Add distribution plots to
rand_distr
documentation (#1434)
Michael Dyer
2024-07-08 20:16:19 +02:00
-
ca9e119859
Add IndexedRandom::choose_multiple_array, index::sample_array (#1453)
Diggory Hardy
2024-06-04 09:32:57 +01:00
-
ef75e56cf5
Fix Nightly Clippy lints (#1457)
Artyom Pavlov
2024-05-25 17:17:43 +03:00
-
6a4650691f
Fix benches CI job (#1456)
Artyom Pavlov
2024-05-24 17:03:57 +03:00
-
ba7f5155d3
Revise RNG docs; enable small_rng by default (#1455)
Diggory Hardy
2024-05-23 14:12:08 +01:00
-
defeb0cea3
Revise crate doc for rand_pcg, rand_chacha (#1454)
Diggory Hardy
2024-05-23 07:21:07 +01:00
-
10a1fa4d22
Tweak docs CI job (#1451)
Artyom Pavlov
2024-05-11 13:42:15 +03:00
-
890ad8b68b
Rename
doc_cfg
to docsrs
and use doc_auto_cfg
(#1450)
Artyom Pavlov
2024-05-10 13:46:26 +03:00
-
1b762b2867
Apply rustfmt and fix Clippy warnings (#1448)
Artyom Pavlov
2024-05-09 09:50:08 +03:00
-
e93776960e
Update Panic documentation and #[track_caller] (#1447)
Joe Richey
2024-05-08 06:30:08 -07:00
-
fba5521f0f
Add
TryRngCore
and TryCryptoRng
traits (#1424)
Artyom Pavlov
2024-05-08 16:10:32 +03:00
-
1f818787ca
Use zerocopy 0.7.33, not 0.8.0-alpha (#1446)
Joshua Liebow-Feeser
2024-05-07 04:38:30 -07:00
-
b10172f2cf
Make fn WeightedTreeIndex::try_sample public
Makro
2024-05-07 11:25:40 +01:00
-
a2375dceaf
Add #[track_caller] to methods which panic (#1442)
Joe Richey
2024-05-05 00:19:29 -07:00
-
4f8257a986
Rename
Rng::gen
to Rng::random
(#1438)
Vinzent Steinberg
2024-04-29 20:41:10 +02:00
-
089d99368d
Merge pull request #1439 from dhardy/upgrade-criterion
Vinzent Steinberg
2024-04-29 19:03:19 +02:00
-
-
bf0301bfe6
Fix test.yml
Diggory Hardy
2024-04-27 09:25:00 +01:00
-
6389320091
Update Cargo.lock.msrv again
Diggory Hardy
2024-04-27 09:17:29 +01:00
-
75a233b02a
Add note to CHANGELOG
Diggory Hardy
2024-04-27 09:06:46 +01:00
-
e55b1f6ee5
Merge rand_distr/benches into benches
Diggory Hardy
2024-04-27 08:59:58 +01:00
-
24b84a09a1
Move Criterion benches to benches/src
Diggory Hardy
2024-04-27 08:43:47 +01:00
-
3c0661b804
Rename rand_benches -> benches
Diggory Hardy
2024-04-27 08:40:53 +01:00
-
47d0b54f79
Remove pin on Rayon versions
Diggory Hardy
2024-04-27 08:29:54 +01:00
-
f6ac90fc8d
Updated Cargo.lock.msrv
Diggory Hardy
2024-04-27 08:28:41 +01:00
-
13620d9775
Test feature serde1 on rand_chacha
Diggory Hardy
2024-04-27 08:22:51 +01:00
-
0935356be9
Fix benches test in pipeline
Vinzent Steinberg
2024-04-26 14:25:51 +02:00
-
9855f37930
Pin rayon and rayon-core to support MSRV 1.61
Vinzent Steinberg
2024-04-26 14:22:00 +02:00
-
6f917e1f16
Move rand benches to their own crate
Vinzent Steinberg
2024-04-26 14:20:51 +02:00
-
d507f7e81b
Upgrade criterion
Vinzent Steinberg
2023-07-28 20:37:42 +02:00
-
-
d42daabf65
Add "bug report" issue template (#1436)
Diggory Hardy
2024-04-10 16:29:51 +01:00
-
eae3228c63
rand_distr/std_math: add note regarding other dependents (#1421)
Diggory Hardy
2024-04-10 15:45:58 +01:00
-
bca078e929
Optimize imports (#1430)
Michael Dyer
2024-04-05 17:04:30 +02:00
-
21a1ce1be6
Merge pull request #1431 from MichaelOwenDyer/put-x86-macro-behind-x86-config
Michael Dyer
2024-04-04 16:29:15 +02:00
-
-
2f14aec3f4
Put macro
x86_intrinsic_impl
behind x86 configuration guard
Michael Dyer
2024-04-03 19:16:18 +02:00
-
-
2f6fee9ca3
Bump actions/configure-pages from 4 to 5 (#1427)
dependabot[bot]
2024-04-02 15:48:45 +01:00
-
7b37c15cb7
Add methods weight, weights, and total_weight to weighted_index.rs (#1420)
Michael Dyer
2024-04-02 16:47:17 +02:00
-
05189751b5
Update average requirement from 0.14 to 0.15 (#1426)
dependabot[bot]
2024-04-02 15:45:29 +01:00
-
0e626c7436
Cleaner README, remove MSRV shields (#1417)
Diggory Hardy
2024-03-25 14:56:17 +00:00
-
2eaf8545d4
Bump the MSRV to 1.61.0 (#1416)
Diggory Hardy
2024-03-22 12:33:33 +00:00
-
a457907255
Use Simd::wrapping_neg (#1414)
Diggory Hardy
2024-03-22 07:23:16 +00:00
-
1015e709da
Prepare 0.9.0-alpha.1 (#1413)
Diggory Hardy
2024-03-18 19:08:37 +00:00
-
4cbbb340ad
Remove automatic (delayed) reseed-on-fork (#1379)
Diggory Hardy
2024-03-18 17:41:15 +00:00
-
b45e892084
Update average requirement from 0.13 to 0.14 (#1388)
dependabot[bot]
2024-03-18 09:28:20 +00:00
-
be75bf5b90
Update zerocopy requirement from =0.8.0-alpha.5 to =0.8.0-alpha.6 (#1401)
dependabot[bot]
2024-03-18 09:27:47 +00:00
-
769bcb6e4c
Document more crate feature usage (#1411)
TheIronBorn
2024-03-18 08:42:42 +00:00
-
4ed1b20be0
chore: fix typos (#1407)
acceptacross
2024-03-11 18:56:13 +08:00
-
7ed92ee278
Add .choices() method to the Slice distribution (#1402)
Justus Fluegel
2024-03-07 09:39:45 +01:00
-
304048bdd9
Fix redundant import warnings (#1405)
Michael Dyer
2024-03-07 09:34:53 +01:00
-
7ff0fc9e59
Add path for benchmark (#1398)
Diggory Hardy
2024-02-18 17:51:59 +00:00
-
b1427c6447
Disable rand_pcg's dev dependency on rand (#1397)
Diggory Hardy
2024-02-18 17:32:29 +00:00
-
5577003615
Update CHANGELOGs and prepare rand 0.9.0-alpha.0 (#1395)
Diggory Hardy
2024-02-18 17:02:05 +00:00
-
8aa456cee9
Fix gh-pages.yml by deleting .lock file
Diggory Hardy
2024-02-18 11:33:35 +00:00
-
2e13129545
Bump actions upload-pages-artifact, deploy-pages (#1396)
Diggory Hardy
2024-02-18 10:47:32 +00:00
-
923bcf1711
Update serde_with requirement from 1.14.0 to 3.6.1 (#1392)
dependabot[bot]
2024-02-18 10:20:46 +00:00
-
dba696e9f1
Rename WeightedError → WeightError; add IndexedRandom, IndexedMutRandom (#1382)
Diggory Hardy
2024-02-15 08:17:45 +00:00
-
ef245fd582
Update special requirement from 0.8.1 to 0.10.3 (#1384)
dependabot[bot]
2024-02-13 11:33:39 +00:00
-
97556c4c76
Bump actions/cache from 3 to 4 (#1385)
dependabot[bot]
2024-02-13 11:15:41 +00:00
-
e5a366d07f
Update zerocopy; trim unused methods (#1393)
Diggory Hardy
2024-02-13 11:13:57 +00:00
-
58add64ba4
Bump actions/checkout from 3 to 4 (#1386)
dependabot[bot]
2024-02-13 08:39:03 +00:00
-
1ad2eece9d
Bump actions/configure-pages from 2 to 4 (#1389)
dependabot[bot]
2024-02-13 08:21:36 +00:00
-
88b2acca67
Add dependabot (#1383)
Vasiliy Taranov
2024-02-13 10:56:18 +03:00
-
f827c006b5
Add WeightedIndexTree to dist_randr (#1372)
Makro
2024-02-08 15:00:58 +00:00
-
1f4507a8e1
Allow new warning on recent nightly versions (#1376)
bjorn3
2024-01-26 16:15:32 +01:00
-
1db3aa416c
Replace SeedableRng impl for SmallRng with inherent fns (#1368)
Diggory Hardy
2024-01-05 10:58:22 +00:00
-
e9a27a8e68
Trap weighted index overflow (#1353)
Diggory Hardy
2023-12-30 11:14:38 +00:00