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
Updated by Ashlesh Gawande almost 5 years ago
- Status changed from New to Closed
- Target version changed from v0.3.0 to v0.1.0
Was changed in subsequent patch-sets.
Actions