Commit Graph

  • 7e60c7f688
    chore: Forgot to bump the version master John Nunley 2024-04-27 16:08:02 -0700
  • dcdb769a75 v2.1.0 v2.1.0 John Nunley 2024-04-27 12:21:41 -0700
  • f4a9fd10ec
    v2.1.0 John Nunley 2024-04-27 12:21:41 -0700
  • 351a708838 Use wyrand final v4.2 constants for gen_u64() Gonçalo Rica Pais da Silva 2024-04-24 10:10:10 +0200
  • 63175fa2e2 Remove unnecessary seed modifcation ironhaven 2023-10-17 08:37:08 +0000
  • de0ac5cb52
    Use wyrand final v4.2 constants for gen_u64() Gonçalo Rica Pais da Silva 2024-04-24 10:10:10 +0200
  • a8f98b445d v2.0.2 v2.0.2 John Nunley 2024-03-23 15:54:29 -0700
  • 89979f485e
    v2.0.2 John Nunley 2024-03-23 15:54:29 -0700
  • dda0fe824b Remove unnecesary instantiation Felipe Manzano 2024-03-12 11:25:36 -0300
  • 1d8d7be74c
    Remove unnecesary instantiation Felipe Manzano 2024-03-12 11:25:36 -0300
  • 778b5a73b1 Remove try_with_rng Tobias Stoeckmann 2024-02-29 21:01:45 +0100
  • 35b0ae32c8
    Fix typo (#76) Tobias Stoeckmann 2024-03-06 14:36:20 +0100
  • d15713332e Fix typo Tobias Stoeckmann 2024-02-28 18:55:20 +0100
  • f577814484 Always set #![no_std] to fix redundant import warning Taiki Endo 2024-03-03 22:43:44 +0900
  • 873b62200c Always set #![no_std] to fix redundant import warning Taiki Endo 2024-03-03 22:43:44 +0900
  • a5e5406ca7
    Remove unnecessary seed modifcation ironhaven 2023-10-17 08:37:08 +0000
  • 034e6681fc
    docs: Fix CI badge link in readme Petr Nevyhoštěný 2023-09-30 16:06:44 +0200
  • 9215e21b09 Fix CI badge link in readme Petr Nevyhoštěný 2023-09-30 11:49:31 +0200
  • 387e3baead
    v2.0.1 v2.0.1 John Nunley 2023-09-25 10:39:01 -0700
  • c6b6d1350a
    v2.0.1 John Nunley 2023-09-25 10:33:58 -0700
  • a0bb5c01e6
    docs: Mention fastrand-contrib in documentation John Nunley 2023-09-17 09:36:32 -0700
  • 12f76afbb7
    fmt John Nunley 2023-09-17 09:33:35 -0700
  • 8ab08d0161
    Mention fastrand-contrib in documentation John Nunley 2023-09-17 09:32:25 -0700
  • 4269d5dc45 Update actions/checkout action to v4 Taiki Endo 2023-09-10 18:27:13 +0900
  • d5e477558d
    Add smol-rs logo (#64) John Nunley 2023-07-16 22:40:55 -0700
  • 44c8a9b5b8
    Add smol-rs logo John Nunley 2023-07-16 21:47:17 -0700
  • 96c01d960e
    Clarify documentation for fork() (#62) John Nunley 2023-06-15 08:19:36 -0700
  • 36496d0b7d
    Remove assert_eq from example John Nunley 2023-06-11 07:09:30 -0700
  • a8f6d4a351
    fmt John Nunley 2023-06-10 08:20:37 -0700
  • 7559e38d43
    Clarify documentation for fork() John Nunley 2023-06-10 07:04:03 -0700
  • 6315dd1907
    v2.0.0 v2.0.0 John Nunley 2023-06-08 18:58:39 -0700
  • 7cdf8f7b0e
    v2.0.0 jtnunley 2023-04-07 12:27:55 -0700
  • 447ebc0089 Update permissions for security_audit Taiki Endo 2023-06-09 00:16:23 +0900
  • eb78d89d4a
    Use getrandom for seeding the RNG on WASM targets (#60) John Nunley 2023-06-05 06:39:24 -0700
  • ee02482eb2
    Make sure getrandom isn't pulled in for emscripten John Nunley 2023-06-03 08:29:00 -0700
  • 08ba8b103b
    Formatting error jtnunley 2023-05-13 09:29:55 -0700
  • bdd269292d
    Broken doclink jtnunley 2023-05-13 09:27:23 -0700
  • e9121270b8
    Use getrandom to seed the global RNG on WASM jtnunley 2023-05-13 09:26:17 -0700
  • 000e08c041
    Use crypto.getRandomValues on WASM/JS jtnunley 2023-05-13 09:17:01 -0700
  • 46527e07b0
    Mention no_std support in the docs (#58) John Nunley 2023-04-07 12:02:02 -0700
  • 9d0aad0c9b Mention no_std support in the docs jtnunley 2023-04-07 11:34:34 -0700
  • 5706126c92
    Add choose_multple function for choosing several values (#55) John Nunley 2023-03-23 10:31:42 +0100
  • ecea0da8ac Remove alloc jtnunley 2023-03-23 00:29:17 -0700
  • 2e779fbcf2 Remove unused autocfg dep jtnunley 2023-03-22 23:57:15 -0700
  • f6ded607ff Build with no_std/alloc on CI jtnunley 2023-03-10 14:38:00 -0800
  • 1a69604030 Fix alloc build issues jtnunley 2023-03-10 14:37:13 -0800
  • 9b5be8d110 Update choose_multiple for newest master changes jtnunley 2023-03-10 14:29:41 -0800
  • 2253b63ef5 remove + Sized Deyao Chen 2023-02-15 10:36:54 +0000
  • 7028803163 add choose_multiple Deyao Chen 2022-07-17 23:22:30 +0800
  • f939572a41
    docs: Add indicators for methods that are std-only (#53) John Nunley 2023-03-03 18:49:04 -0800
  • 984fe3a2b1 fmt jtnunley 2023-03-03 09:52:17 -0800
  • 98f7c90281 Module-level doc jtnunley 2023-03-03 09:51:22 -0800
  • 4316207c64 docs: Add std-only indications jtnunley 2023-03-03 09:19:23 -0800
  • c1cbe9b547
    feat: Add an iterator selection function (#51) John Nunley 2023-03-03 09:07:00 -0800
  • bd9394fa33 Rebase atop master John Nunley 2023-03-02 15:57:14 -0800
  • e76c79c235 Add an iterator selection function notgull 2023-02-18 12:15:48 -0800
  • a636da29bb Fix no-std check Taiki Endo 2023-02-19 12:04:49 +0900
  • fb7fe0be4c Disable dependency on instant when std feature is disabled Taiki Endo 2023-02-19 11:57:05 +0900
  • 1e46119e65 Fix no-std check Taiki Endo 2023-02-19 12:04:49 +0900
  • 86f04aa7ab Disable dependency on instant when std feature is disabled Taiki Endo 2023-02-19 11:57:05 +0900
  • 12e49cae87
    feat: Add no_std mode (#50) John Nunley 2023-02-18 16:20:36 -0800
  • 6455b1a3a1 move thread-locals to separate module notgull 2023-02-18 12:06:54 -0800
  • bff0b5bfcf Add no_std mode jtnunley 2023-02-13 13:49:27 -0800
  • 61adc59cc6
    feat: Add a fork() method (#49) John Nunley 2023-02-17 15:01:38 -0800
  • 542f53b222
    remove + Sized Deyao Chen 2023-02-15 10:36:54 +0000
  • 0fcf532fcd Fix doctest jtnunley 2023-02-13 13:39:45 -0800
  • a19aeabfff Add a fork() method jtnunley 2023-02-13 13:35:50 -0800
  • 0e0209a77c
    Remove interior mutability from Rng (#47) John Nunley 2023-02-12 19:57:40 -0800
  • 675fa424bc
    v1.9.0 (#48) v1.9.0 John Nunley 2023-02-12 18:29:45 -0800
  • 3ff95cdc08
    Update CHANGELOG.md John Nunley 2023-02-12 18:24:44 -0800
  • 2602683c24 v1.9.0 jtnunley 2023-02-12 13:05:13 -0800
  • 73e0ea35f9 Remove interior mutability from Rng jtnunley 2023-02-11 09:56:23 -0800
  • 08f7d3c29f
    Optimise .fill() throughput (#43) Gonçalo Rica Pais da Silva 2023-02-01 02:36:41 +0100
  • 8e91b8da49 Add #[must_use] to Rng::with_seed Taiki Endo 2023-01-28 16:33:02 +0900
  • fba449123f Minimize GITHUB_TOKEN permissions Taiki Endo 2023-01-21 20:34:40 +0900
  • 6bb7a07734 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI Taiki Endo 2023-01-21 20:07:59 +0900
  • 73e6ffb535 Add #[must_use] to Rng::with_seed Taiki Endo 2023-01-28 16:33:02 +0900
  • cc15843eca Minimize GITHUB_TOKEN permissions Taiki Endo 2023-01-21 20:34:40 +0900
  • 72b0489306 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI Taiki Endo 2023-01-21 20:07:59 +0900
  • d272328b1f issue #36: implement fork()->Rng Luka Rahne 2023-01-12 20:26:44 +0100
  • a34abf8ed8 issue #36: autoderive Rng::Clone Luka Rahne 2022-09-17 09:35:55 +0200
  • ea61e0fc6a Enable dependabot update for Rust Taiki Endo 2022-12-28 12:10:22 +0900
  • 17ee336ebe Clean up CI config Taiki Endo 2022-12-28 11:58:59 +0900
  • 1ddead7573 Enable dependabot update for Rust Taiki Endo 2022-12-28 12:10:22 +0900
  • 7849864d99 Clean up CI config Taiki Endo 2022-12-28 11:58:59 +0900
  • 5a89b18d1d Add inline annotation back Bluefinger 2022-12-23 10:26:14 +0000
  • e67b0e229c Optimize .fill() method throughput Bluefinger 2022-12-23 10:25:25 +0000
  • 98eabe9c36 Implement rand_core support jtnunley 2022-12-08 14:33:37 -0800
  • f842ba6cf1 Test WASI on CI Taiki Endo 2022-12-02 23:29:03 +0900
  • 7622e382a1 Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 15:59:44 +0900
  • 573f87bc16 Test WASI on CI Taiki Endo 2022-12-02 23:29:03 +0900
  • d20ccf47ff Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 15:59:44 +0900
  • 83f08b49f5 Simplify wasm tests Taiki Endo 2022-10-25 21:56:13 +0900
  • 1796152199 Simplify wasm tests Taiki Endo 2022-10-25 21:56:13 +0900
  • 44fd8ce630 Rng.clone() should not change internal state - issue #36 Luka Rahne 2022-09-17 09:35:55 +0200
  • 6fe2c33a26
    Implement `Rng::fill` (#35) Alexis Sellier 2022-09-13 14:15:58 +0200
  • 3663e59e1d
    Small improvements to `Rng::fill` Alexis Sellier 2022-09-11 21:44:35 +0200
  • 5e87fd026a
    Implement `Rng::fill` Alexis Sellier 2022-09-10 16:24:32 +0200
  • f53d813aa3 Release 1.8.0 v1.8.0 Taiki Endo 2022-07-24 02:15:59 +0900
  • 567ee33634
    Merge pull request #33 from aleksanderkrauze/get_seed-feature Taiki Endo 2022-07-24 02:13:39 +0900