We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0f1cf commit a61680dCopy full SHA for a61680d
1 file changed
ql/math/randomnumbers/burley2020sobolrsg.cpp
@@ -53,7 +53,7 @@ namespace QuantLib {
53
54
// for reverseBits() see http://graphics.stanford.edu/~seander/bithacks.html#BitReverseTable
55
56
- static const std::uint_8 bitReverseTable[] = {
+ static const std::uint8_t bitReverseTable[] = {
57
0u, 128u, 64u, 192u, 32u, 160u, 96u, 224u, 16u, 144u, 80u, 208u, 48u, 176u,
58
112u, 240u, 8u, 136u, 72u, 200u, 40u, 168u, 104u, 232u, 24u, 152u, 88u, 216u,
59
56u, 184u, 120u, 248u, 4u, 132u, 68u, 196u, 36u, 164u, 100u, 228u, 20u, 148u,
0 commit comments