diff options
author | jofret | 2008-11-12 08:38:14 +0000 |
---|---|---|
committer | jofret | 2008-11-12 08:38:14 +0000 |
commit | e51401d191ca92583ea88c814f125ca36b670ac2 (patch) | |
tree | ec5c27aa3a406abebc725769264a8b970f5159db /src/auxiliaryFunctions/interfaces/int_rand.h | |
parent | 1cd50735d21fa6a87eb8d33eca2ad0dcb1edd754 (diff) | |
download | scilab2c-e51401d191ca92583ea88c814f125ca36b670ac2.tar.gz scilab2c-e51401d191ca92583ea88c814f125ca36b670ac2.tar.bz2 scilab2c-e51401d191ca92583ea88c814f125ca36b670ac2.zip |
Header update
Diffstat (limited to 'src/auxiliaryFunctions/interfaces/int_rand.h')
-rw-r--r-- | src/auxiliaryFunctions/interfaces/int_rand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auxiliaryFunctions/interfaces/int_rand.h b/src/auxiliaryFunctions/interfaces/int_rand.h index 6bad208a..1ce248a9 100644 --- a/src/auxiliaryFunctions/interfaces/int_rand.h +++ b/src/auxiliaryFunctions/interfaces/int_rand.h @@ -1,15 +1,15 @@ /* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET - * + * * This file must be used under the terms of the CeCILL. * This source file is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at + * are also available at * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt * */ -/* ADDED BY NUTRICATO, BUT WAITING FOR THE AUTOMATIC GENERATION OF IT +/* ADDED BY NUTRICATO, BUT WAITING FOR THE AUTOMATIC GENERATION OF IT AS SHOWN BELOW MANY CASES ARE MISSING. SCALAR RANDOM GENERATOR NOT IMPLEMENTED YET, SEE DRANDS.C */ |