Commit 4246c00
committed
STYLE: Declare MersenneTwisterRandomVariateGenerator data private
Aims to simplify the random number generator.
Following C++ Core Guidelines, Oct 3, 2024, Avoid `protected` data https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rh-protected1 parent 082e0b7 commit 4246c00
File tree
1 file changed
+8
-8
lines changed- Modules/Core/Common/include
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
305 | 313 | | |
306 | 314 | | |
307 | 315 | | |
| |||
314 | 322 | | |
315 | 323 | | |
316 | 324 | | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments