Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore (deps): migrate rand to rand/v2 (#10889)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Migrated rand dependency to rand/v2. We only use rand in tests and mocks and the only two functions we use are float32 and float64 which still exist in the new v2 API so nothing very exciting going on here. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #10885 <!--Describe what testing was performed and which tests were added.--> #### Testing Ran `make test` successfully <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> --------- Signed-off-by: Erik Westra <[email protected]>
- Loading branch information