<div dir="auto">Hi Adhy<br><br><div class="gmail_quote" dir="auto"><div dir="ltr"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Can this be related to the NS-3 randomization of simulation seeds?</div><div></div></div></blockquote></div><div dir="auto">To determine this, set the same random seed and you'll get the same result. Read ns-3 manual to learn how to do so.</div><div dir="auto"><br></div><div dir="auto">Some NFD code isn't using ns-3 random number generator when ported to ndnSIM. You'll get unreproducible result from these. If your find invocations to system or Boost random number generator, you should change them to use ns-3 random.</div><div dir="auto"><br></div><div dir="auto">Yours, Junxiao</div></div>