RandomMatrices.jl icon indicating copy to clipboard operation
RandomMatrices.jl copied to clipboard

Add support for local RNG seed in Haar measure matrix generation and reproducibility tests

Open alfranmu opened this issue 8 months ago • 3 comments

This PR enables the use of a local random number generator (via the rng argument) for generating Haar measure matrices, allowing for reproducible results when a specific seed is provided.
Additionally, a new test has been added to verify the reproducibility of Haar matrix generation when using local RNG seeds.

alfranmu avatar May 24 '25 21:05 alfranmu