typedef shuffle_order_engine <minstd_rand0,256> knuth_b;
parameter | name | value |
---|---|---|
Engine | base engine | minstd_rand0 |
k | table size | 256 |
member type | definition | notes |
---|---|---|
result_type | uint_fast32_t | The type of the numbers generated. |
member constant | definition | notes |
---|---|---|
table_size | 256 | The size of the buffer table. |