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.0-beta.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.0-beta.3
Choose a head ref
  • 5 commits
  • 34 files changed
  • 3 contributors

Commits on Dec 19, 2024

  1. Create FUNDING.yml

    dhardy authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c681dfc View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

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

Commits on Jan 9, 2025

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

Commits on Jan 14, 2025

  1. Re-org with distr::slice, distr::weighted modules (#1548)

    - Move `Slice` -> `slice::Choose`, `EmptySlice` -> `slice::Empty`
    - Rename trait `DistString` -> `SampleString`
    - Rename `DistIter` -> `Iter`, `DistMap` -> `Map`
    - Move `{Weight, WeightError, WeightedIndex}` -> `weighted::{Weight,
    Error, WeightedIndex}`
    - Move `weighted_alias::{AliasableWeight, WeightedAliasIndex}` ->
    `weighted::{..}`
    - Move `weighted_tree::WeightedTreeIndex` ->
    `weighted::WeightedTreeIndex`
    dhardy authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    b4b1eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34da321 View commit details
    Browse the repository at this point in the history
Loading