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 |
|
有効な |
この詳細については VS ノートを参照してください。