blob: 6915f00672597b2bb2b9e2f1538e5b2a09dbb938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
Copyright:
Copyright (c) 2008 - DIGITEO
Copyright (c) 1989-2008 - INRIA
Copyright (c) 1989-2007 - ENPC
Copyright (c) Bruno Pincon
License:
This module must be used under the terms of the CeCILL.
This module 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
http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
mt:
===
File: src/c/mt.c
Copyright:
1997, 1999 Makoto Matsumoto and Takuji Nishimura.
License:
Artistic license
Freemat:
========
File: src/c/{ignbin.c, genbet.c, ignpoi.c, sgamma.c, sexpo.c}
Copyright:
2002-2004 Samit Basu
1997-2002, Makoto Matsumoto and Takuji Nishimura
License:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The names of its contributors may not be used to endorse or promote
products derived from this software without specific prior written
permission.
kiss:
=====
File: src/c/kiss.c
Copyright:
G. Marsaglia
License:
Public domain
|