Add missing probabilistic functions and compiletf routines.
Add the missing probabilistic functions and add compiletf routines for all the functions. The original calltf routines have been modified as appropriate. The base functions are straight copies from the standard. I have visually verified the curves with 5,000 points and they look correct.
This commit is contained in:
parent
1aa6fc3f7a
commit
a024eaead2
892
vpi/sys_random.c
892
vpi/sys_random.c
File diff suppressed because it is too large
Load Diff
|
|
@ -3,5 +3,11 @@
|
|||
# builtin (system) functions.
|
||||
#
|
||||
|
||||
$random vpiSysFuncInt
|
||||
$dist_uniform vpiSysFuncInt
|
||||
$random vpiSysFuncInt
|
||||
$dist_uniform vpiSysFuncInt
|
||||
$dist_normal vpiSysFuncInt
|
||||
$dist_exponential vpiSysFuncInt
|
||||
$dist_poisson vpiSysFuncInt
|
||||
$dist_chi_square vpiSysFuncInt
|
||||
$dist_t vpiSysFuncInt
|
||||
$dist_erlang vpiSysFuncInt
|
||||
|
|
|
|||
Loading…
Reference in New Issue