Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-random/rand
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.1
Choose a base ref
...
head repository: rust-random/rand
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.2
Choose a head ref
  • 7 commits
  • 23 files changed
  • 5 contributors

Commits on Apr 18, 2025

  1. Update statrs link (#1630)

    atouchet authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    a6e217f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Configuration menu
    Copy the full SHA
    86262ac View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Fix: Remove accidental editor swap file (#1636)

    # Summary
    
    The file `rand_core/src/.le.rs.kate-swp` was unintentionally added in PR
    #1626. This commit removes the extraneous file.
    
    # Motivation
    This file is a temporary editor swap file and serves no purpose in the
    repository. It was likely added accidentally.
    
    # Details
    No changes for `CHANGELOG.md` - it is a minor change.
    mingulov authored May 19, 2025
    Configuration menu
    Copy the full SHA
    204084a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    0c955c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Make UniformUsize serializable (#1646)

    - [x] Added a `CHANGELOG.md` entry
    
    
    # Motivation
    This allows `WeightedIndex<usize>` to be serializable.
    aleb authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    6cb75ee View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. examples/print-next.rs (#1647)

    Sometimes you just want a random number.
    dhardy authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    031a1f5 View commit details
    Browse the repository at this point in the history
  2. Prepare rand 0.9.2 (#1648)

    # Summary
    
    Requested by @aleb in #1646.
    
    ## [0.9.2 — 2025-07-20]
    ### Deprecated
    - Deprecate `rand::rngs::mock` module and `StepRng` generator (#1634)
    
    ### Additions
    - Enable `WeightedIndex<usize>` (de)serialization (#1646)
    dhardy authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    98473ee View commit details
    Browse the repository at this point in the history
Loading