typedef discard_block_engine <ranlux48_base, 389, 11> ranlux48;
parameter | name | value |
---|---|---|
Engine | base engine | ranlux48_base |
p | block size | 389 |
r | used block | 11 |
member type | definition | notes |
---|---|---|
result_type | uint_fast64_t | The type of the numbers generated. |
member constant | definition | notes |
---|---|---|
block_size | 389 | The number of elements in each block. |
used_block | 11 | The number of elements in the block that are used (not discarded). |