| 225 | } |
| 226 | |
| 227 | InvertibleMatrixRNG::InvertibleMatrixRNG() |
| 228 | : m_rng{new RNGxorshf{RandomState::generator()}} {} |
| 229 | |
| 230 | InvertibleMatrixRNG::~InvertibleMatrixRNG() noexcept = default; |
| 231 |
nothing calls this directly
no outgoing calls
no test coverage detected