From 709f71853feb949ec8b4bacfc4b5d110a2c1e32f Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Thu, 31 Jul 2008 10:51:04 -0400 Subject: [PATCH] Adding some documentation to QRNG --- QRNG.i | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/QRNG.i b/QRNG.i index 6c3c88b..7bcdc9d 100644 --- a/QRNG.i +++ b/QRNG.i @@ -58,10 +58,9 @@ Here is a list of all the functions included in this module : =item C - This function returns a pointer to a newly-created instance of a quasi-random sequence generator of type $T and dimension $d. The type $T must be one of the constants included in this module. +=item C - This function returns a pointer to a newly created generator which is an exact copy of the generator $q. -=item C - -=item C - +=item C - This function copies the quasi-random sequence generator $src into the pre-existing generator $dest, making $dest into an exact copy of $src. The two generators must be of the same type. =item C - This function frees all the memory associated with the generator $q. @@ -69,9 +68,9 @@ Here is a list of all the functions included in this module : =item C - This function returns a pointer to the name of the generator $q. -=item C +=item C - This function returns the size of the state of generator r from the generator $q. You can use this information to access the state directly. -=item C +=item C - This function returns a pointer to the state of generator r from the generator $q. You can use this information to access the state directly. =item C -- 2.11.4.GIT