-
|
DPL uses OpenROAD/src/dpl/src/util/utility.h Line 14 in 182f51b and so does PPL: OpenROAD/src/ppl/src/SimulatedAnnealing.h Line 124 in 182f51b But it seems everywhere else uses Line 52 in 182f51b OpenROAD/src/cgt/src/RandomBits.h Line 29 in 182f51b Line 424 in 182f51b OpenROAD/src/gpl/src/nesterovBase.cpp Line 2161 in 182f51b In fact another part of DPL uses OpenROAD/src/dpl/src/Place.cpp Line 504 in 182f51b Is there a reason for this? Or maybe we can switch the last 2 instances over to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I expect you could change them all to std. The nasty ones are the *_distribution std vs boost equivalents (only the later is the guaranteed same across platforms). Feel free to PR |
Beta Was this translation helpful? Give feedback.
I expect you could change them all to std. The nasty ones are the *_distribution std vs boost equivalents (only the later is the guaranteed same across platforms). Feel free to PR