Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(170)

Delta Between Two Patch Sets: CHANGES.html

Issue 114060043: Shared RngStream
Left Patch Set: Created 9 years, 8 months ago
Right Patch Set: Implement ShareStream. Hide RngStream from public API. Created 9 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | RELEASE_NOTES » ('j') | doc/manual/source/random-variables.rst » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>ns-3 Change Log</title> 5 <title>ns-3 Change Log</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <h1> 9 <h1>
10 ns-3: API and model change history</h1> 10 ns-3: API and model change history</h1>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 our best but can guarantee that there will be things that fall through 48 our best but can guarantee that there will be things that fall through
49 the cracks, unfortunately. If you, as a user, can suggest improvements 49 the cracks, unfortunately. If you, as a user, can suggest improvements
50 to this file based on your experience, please contribute a patch or drop 50 to this file based on your experience, please contribute a patch or drop
51 us a note on ns-developers mailing list.</p> 51 us a note on ns-developers mailing list.</p>
52 52
53 <hr> 53 <hr>
54 <h1>Changes from ns-3.20 to ns-3.21</h1> 54 <h1>Changes from ns-3.20 to ns-3.21</h1>
55 <h2>New API:</h2> 55 <h2>New API:</h2>
56 <ul> 56 <ul>
57 <li> New "const double& SpectrumValue:: operator[] (size_t index) const". 57 <li> New "const double& SpectrumValue:: operator[] (size_t index) const".
58 </li>
59 <li> New "void RandomVariableStream::ShareStream (const RandomVariableStream & other)" to enable multiple distributions to draw from a common random variables stream.
58 </li> 60 </li>
59 </ul> 61 </ul>
60 62
61 <h2>Changes to existing API:</h2> 63 <h2>Changes to existing API:</h2>
62 <ul> 64 <ul>
63 <li> "Icmpv6L4Protocol::ForgeEchoRequest" is now returning a packet with the p roper IPv6 header. 65 <li> "Icmpv6L4Protocol::ForgeEchoRequest" is now returning a packet with the p roper IPv6 header.
64 </li> 66 </li>
65 </ul> 67 </ul>
66 68
67 <h2>Changes to build system:</h2> 69 <h2>Changes to build system:</h2>
(...skipping 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after
2357 interval from hello interval. This is an important bug fix as 2359 interval from hello interval. This is an important bug fix as
2358 hold time == refresh time was never intentional, as it leads to 2360 hold time == refresh time was never intentional, as it leads to
2359 instability in neighbor detection. 2361 instability in neighbor detection.
2360 </ul> 2362 </ul>
2361 </li> 2363 </li>
2362 2364
2363 </ul> 2365 </ul>
2364 2366
2365 </body> 2367 </body>
2366 </html> 2368 </html>
LEFTRIGHT
« no previous file | RELEASE_NOTES » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b