Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:06

0001 #include <cstdio>
0002 #include "qrng.h"
0003 #include "srng.h"
0004 
0005 int main()
0006 {
0007     printf("%s\n",srng<RNG>::NAME ) ; 
0008     return 0 ; 
0009 }