Holger Vogt
f2cfb9b359
add fourth parameter to cp_getvar()
8 years ago
Holger Vogt
2786fcb86e
New .option seed=[val|random]
8 years ago
Holger Vogt
7ca61b3c98
New command 'setseed' with function com_sseed
to set the random number generator
8 years ago
Holger Vogt
09c876550f
prevent string overflow by adding the string length
to the cp_getvar parameters. Used only with CP_STRING
8 years ago
h_vogt
9f62057973
introduce include file "ngspice/randnumb.h"
10 years ago
Anthony J. Bentley
7a9abebfe7
remove unnecessary include of sys/timeb.h.
12 years ago
Francesco Lannutti
1dc70189a7
remove compilation warnings (type casts)
14 years ago
rlar
a394d79c56
use utf-8 encoding
14 years ago
rlar
2e4d4a0e02
unuse srandom() and random()
14 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
15 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
h_vogt
6d7ee3632e
remoce compiler warnings
15 years ago
h_vogt
1ea76af678
add statistical functions to numparam and nutmeg parsers
15 years ago
h_vogt
5fd49349f6
update to RTS noise
16 years ago
h_vogt
f476389531
RTS noise
16 years ago
h_vogt
5e1ed023c6
transient noise simulation
16 years ago
rlar
2540531c38
remove local prototypes, which are allready included
16 years ago
rlar
4d31d2a12f
some .c file local prototypes
16 years ago
rlar
d4946a6e81
convert K&R function definitions to ansi style
16 years ago
h_vogt
d4fc5581d2
comments improved
16 years ago
h_vogt
453b565f71
improve random number generation
16 years ago
h_vogt
5c5bbe987d
Tausworthe not ready under MINGW
16 years ago
h_vogt
ba539d9ef1
new fcn sgauss(), new rnd-no generator
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
16 years ago
rlar
0aa1c09d73
consolidate enum cp_types and enum vt_types .
use this enum for some function arguments and struct members .
drop some include "variable.h" which are no longer needed ,
propably many more could be droped .
drop #define VT_* which have been used as workaround for the type mess .
16 years ago
rlar
5946300a97
upgrade foo() --> foo(void) ansi function definition
16 years ago
h_vogt
b297577a23
random generator functions
18 years ago