MCPcopy Create free account
hub / github.com/MegEngine/MegCC / InvertibleMatrixRNG

Method InvertibleMatrixRNG

compiler/test/kernel/common/src/rng.cpp:227–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227InvertibleMatrixRNG::InvertibleMatrixRNG()
228 : m_rng{new RNGxorshf{RandomState::generator()}} {}
229
230InvertibleMatrixRNG::~InvertibleMatrixRNG() noexcept = default;
231

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected