Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::shuffle_order_engine<Engine,K>::operator()

      From cppreference.com
      <cpp‎ |numeric‎ |random‎ |shuffle order engine

      [edit template]
       
       
       
      Pseudo-random number generation
       
       
      result_type operator()();
      (since C++11)

      Generates a random value. The state of the underlying engine is advanced one or more times.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      A pseudo-random number in [min(),max()].

      [edit]Exceptions

      Throws nothing.

      [edit]See also

      (C++11)
      advances the adaptor's state by a specified amount
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/numeric/random/shuffle_order_engine/operator()&oldid=103837"

      [8]ページ先頭

      ©2009-2025 Movatter.jp