nondeterministic#

説明#

非決定性乱数生成器 (RDRAND ベース) [AVX][IntelSWMan]

API#

構文#

namespace oneapi::mkl::rng { 
  class nondeterministic { 
  public: 
      nondeterministic(sycl::queue queue); 
      nondeterministic(const nondeterministic& other); 
      nondeterministic(nondeterministic&& other); 
      nondeterministic& operator=(const nondeterministic& other); 
      nondeterministic& operator=(nondeterministic&& other); 
      ~nondeterministic(); 
  }; 
}

サポートされるデバイス: CPU

インクルード・ファイル#

  • oneapi/mkl/rng.hpp

入力パラメーター#

名前

タイプ

説明

queue

sycl::queue

有効な sycl::queueoneapi::mkl::rng::generate() ルーチンの呼び出しにより、カーネルがこのキューに送信されます。

この詳細については VS ノートを参照してください。