We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01577e1 commit db837ddCopy full SHA for db837dd
1 file changed
ql/CMakeLists.txt
@@ -416,7 +416,7 @@ set(QL_SOURCES
416
math/polynomialmathfunction.cpp
417
math/primenumbers.cpp
418
math/quadratic.cpp
419
- math/randomnumbers/burley2020scrambledsobolrsg.cpp
+ math/randomnumbers/burley2020sobolrsg.cpp
420
math/randomnumbers/faurersg.cpp
421
math/randomnumbers/haltonrsg.cpp
422
math/randomnumbers/knuthuniformrng.cpp
@@ -1513,7 +1513,7 @@ set(QL_HEADERS
1513
math/quadratic.hpp
1514
math/randomnumbers/boxmullergaussianrng.hpp
1515
math/randomnumbers/centrallimitgaussianrng.hpp
1516
- math/randomnumbers/burley2020scrambledsobolrsg.hpp
+ math/randomnumbers/burley2020sobolrsg.hpp
1517
math/randomnumbers/faurersg.hpp
1518
math/randomnumbers/haltonrsg.hpp
1519
math/randomnumbers/inversecumulativerng.hpp
0 commit comments