|
|
|||
File indexing completed on 2026-04-10 07:49:40
0001 #pragma once 0002 #include "curand_kernel.h" 0003 #include "qrng.h" 0004 0005 template<typename T> 0006 struct qcurandwrap 0007 { 0008 unsigned long long num ; 0009 unsigned long long seed ; 0010 unsigned long long offset ; 0011 T* states ; 0012 };
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|