提交 72ed4173 编写于 作者: V Vladislav Sovrasov

Change setRNGSeed implementaion

上级 362d52a3
......@@ -736,7 +736,7 @@ cv::RNG& cv::theRNG()
void cv::setRNGSeed(int seed)
{
getCoreTlsData().get()->rng.state = static_cast<uint64>(seed);
theRNG() = RNG(static_cast<uint64>(seed));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册