random123

Counter-based Random Number Generators
git clone git://git.meso-star.com/random123.git
Log | Files | Refs | README | LICENSE

Doxyfile (1238B)


      1 # generated with doxygen -g and edited
      2 # Doxyfile 1.8.11
      3 
      4 PROJECT_NAME           = "Random123"
      5 STRIP_FROM_PATH        = ../include ..
      6 STRIP_FROM_INC_PATH    = ../include/
      7 TAB_SIZE               = 8
      8 EXTENSION_MAPPING      = .h=C++
      9 MARKDOWN_SUPPORT       = NO
     10 AUTOLINK_SUPPORT       = NO
     11 EXTRACT_ALL            = YES
     12 EXTRACT_STATIC         = YES
     13 INPUT                  = main.md cbrng.dox releasenotes.dox \
     14 		../include/Random123 \
     15 		../include/Random123/conventional \
     16 		../include/Random123/features/sse.h \
     17 		../include/Random123/features/compilerfeatures.h \
     18 		../tests/README \
     19                 ../examples/README \
     20                 ../LICENSE
     21 
     22 #USE_MDFILE_AS_MAINPAGE =
     23 
     24 #HTML_HEADER            = header.html
     25 HTML_TIMESTAMP         = YES
     26 GENERATE_LATEX         = NO
     27 MACRO_EXPANSION        = YES
     28 
     29 PREDEFINED             = \
     30   "R123_STATIC_ASSERT(e,m)= " \
     31   "R123_FORCE_INLINE(decl)= decl " \
     32   "R123_STATIC_INLINE= static inline " \
     33   "R123_CUDA_DEVICE= " \
     34   "__cplusplus " \
     35   "R123_USE_SSE= 1" \
     36   "R123_USE_AES_NI= 1" \
     37   "R123_USE_U01_DOUBLE= 1" \
     38   "R123_USE_PHILOX_64BIT= 1" \
     39   "R123_USE_64BIT= 1" \
     40   "R123_USE_CXX11_STD_ARRAY= 1"
     41 EXPAND_AS_DEFINED      = \
     42     R123_ULONG_LONG \
     43     R123_STATIC_INLINE \
     44     R123_CUDA_DEVICE