Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TZcode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Contributions
TZcode
Commits
648eb252
Commit
648eb252
authored
15 years ago
by
Dan Waggoner
Browse files
Options
Downloads
Plain Diff
Merge branch 'NoImsl' of git@github.com:frbatlanta/TZcode into NoImsl
parents
43d56ae0
32e674ea
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CFiles/rand.h
+3
-0
3 additions, 0 deletions
CFiles/rand.h
with
3 additions
and
0 deletions
CFiles/rand.h
100644 → 100755
+
3
−
0
View file @
648eb252
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
double
unirnd
(
void
);
double
unirnd
(
void
);
double
gaussrnd
(
void
);
double
gaussrnd
(
void
);
double
gammrnd
(
double
a
);
double
gammrnd
(
double
a
);
double
betarnd
(
double
a
,
double
b
);
double
cumulative_normal
(
double
x
);
double
cumulative_normal
(
double
x
);
...
@@ -32,8 +33,10 @@
...
@@ -32,8 +33,10 @@
void
SetSeedTableGFSR_IMSL
(
int
iseed
,
int
*
itable
);
void
SetSeedTableGFSR_IMSL
(
int
iseed
,
int
*
itable
);
double
UniformDouble
(
void
);
double
UniformDouble
(
void
);
double
StandardNormalDouble
(
void
);
double
StandardNormalDouble
(
void
);
double
NormalDouble
(
double
m
,
double
s
);
double
LogNormalDouble
(
double
mean
,
double
std
);
double
LogNormalDouble
(
double
mean
,
double
std
);
double
GammaDouble
(
const
double
a
,
const
double
b
);
double
GammaDouble
(
const
double
a
,
const
double
b
);
double
InverseGammaDouble
(
const
double
a
,
const
double
b
);
double
ChisquareDouble
(
const
double
v
);
double
ChisquareDouble
(
const
double
v
);
void
UniformVector
(
TSdvector
*
x_dv
);
void
UniformVector
(
TSdvector
*
x_dv
);
void
StandardNormalVector
(
TSdvector
*
x_dv
);
void
StandardNormalVector
(
TSdvector
*
x_dv
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment