From 748c5a3b3e92bc1ca9cc10e450f7dfe0d8657802 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 19 Aug 2011 18:25:01 +0200 Subject: [PATCH] Add version note about when RANLUX was added. --- doc/source/array.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/array.rst b/doc/source/array.rst index c9915c1b..bd9ce90c 100644 --- a/doc/source/array.rst +++ b/doc/source/array.rst @@ -377,6 +377,8 @@ Generating Arrays of Random Numbers be at least 10240 for both GPU1 and GPU2, and it must be set to the same value for both. + .. versionadded:: 2011.2 + .. attribute:: state A :class:`pyopencl.array.Array` containing the state of the generator. -- GitLab