* * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */#include "megbrain/opr/rand.h"#include "megbrain/serialization/sereg.h"namespacemgb{namespaceopr{MGB_SEREG_OPR(UniformRNG,1);MGB_SEREG_OPR(GaussianRNG,1);}// namespace opr}// namespace mgb// vim: ft=cpp syntax=cpp.doxygen foldmethod=marker foldmarker=f{{{,f}}}