Skip to content

Conversation

@BewareMyPower
Copy link
Contributor

Master issue: #367

Motivation

We still depends on the Boost.Random dependency on some places, which could be replaced by the C++ standard random library.

Modifications

  • Replace Boost.Random usages with the standard <random> header
  • Remove the boost-random dependency from vcpkg.json

Master issue: apache#367

### Motivation

We still depends on the Boost.Random dependency on some places, which
could be replaced by the C++ standard random library.

### Modifications

- Replace Boost.Random usages with the standard `<random>` header
- Remove the `boost-random` dependency from `vcpkg.json`
@BewareMyPower BewareMyPower self-assigned this Jan 5, 2024
@BewareMyPower BewareMyPower added the enhancement New feature or request label Jan 5, 2024
@BewareMyPower BewareMyPower added this to the 3.5.0 milestone Jan 5, 2024
@BewareMyPower BewareMyPower merged commit f7e493b into apache:main Jan 5, 2024
@BewareMyPower BewareMyPower deleted the bewaremypower/remove-boost-random branch January 5, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants