diff options
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 */ |