Namespaces
Variants
Views
Actions

std::subtract_with_carry_engine

From cppreference.com
< cpp | numeric | random
Revision as of 15:53, 24 December 2011 by P12bot (Talk | contribs)

Template:cpp/numeric/random/subtract with carry engine/sidebar

Defined in header <random>
template<

    class UIntType,
    size_t w, size_t s, size_t r

> class subtract_with_carry_engine;
(since C++11)

Contents

Member types

Template:tdcl list begin Template:tdcl list hitem Template:tdcl list item Template:tdcl list end

Member variables

constexpr size_t word_size
[static]

(public static member constant)
constexpr size_t short_lag
[static]

(public static member constant)
constexpr size_t long_lag
[static]

(public static member constant)
constexpr UIntType default_seed
[static]

(public static member constant)

Member functions

Template:cpp/numeric/random/engine/dcl list constructorTemplate:cpp/numeric/random/engine/dcl list seedTemplate:cpp/numeric/random/engine/dcl list operator()Template:cpp/numeric/random/engine/dcl list discardTemplate:cpp/numeric/random/engine/dcl list minTemplate:cpp/numeric/random/engine/dcl list maxTemplate:tdcl list end

Non-member functions

Construction and Seeding
Generation
Characteristics
Template:cpp/numeric/random/engine/dcl list operator cmpTemplate:cpp/numeric/random/engine/dcl list operator ltltgtgt