template <class UIntType, size_t w, size_t s, size_t r>class subtract_with_carry_engine;
成員型別 | 定義 | 說明 |
---|---|---|
result_type | 第一個模板引數 (UIntType) | 生成的數字的型別。 |
成員常量 | 定義 | 說明 |
---|---|---|
word_size | 第二個模板引數 (w) | 狀態序列中每個字的位數。 |
short_lag | 第三個模板引數 (s) | 短滯後值。 |
long_lag | 第四個模板引數(r) | 長滯後值。 |
default_seed | 19780503u | 構造或播種時使用的預設種子。 |