Actions
Feature #4802
closedUse PRNG from ndn-cxx when it is available
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Currently seed_seq lines from getRng() is executed needlessly when we want to get the static mt19337.
This change should switch to ndn-cxx PRNG when it is available:
https://gerrit.named-data.net/c/PSync/+/4903/14/PSync/detail/util.cpp#110
Actions