From 9777b357032d7b25bc55460e628864711e74ceff Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 12 May 2012 01:39:45 -0400 Subject: [PATCH] Add reference to RANLUXCL source. --- doc/source/array.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/array.rst b/doc/source/array.rst index a8914eb7..b0846959 100644 --- a/doc/source/array.rst +++ b/doc/source/array.rst @@ -507,6 +507,9 @@ available in any piece of code compiled through PyOpenCL by:: #include <pyopencl-ranluxcl.cl> +See the `source <https://github.com/inducer/pyopencl/blob/master/src/cl/pyopencl-ranluxcl.cl>`_ +for some documentation if you're planning on using RANLUXCL directly. + The RANLUX generator is described in the following two articles. If you use the generator for scientific purposes, please consider citing them: -- GitLab