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
32e674ea
Commit
32e674ea
authored
15 years ago
by
Jacob Smith
Browse files
Options
Downloads
Patches
Plain Diff
updated rand.h file
parent
b64f9fe0
No related branches found
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 @
32e674ea
...
...
@@ -13,6 +13,7 @@
double
unirnd
(
void
);
double
gaussrnd
(
void
);
double
gammrnd
(
double
a
);
double
betarnd
(
double
a
,
double
b
);
double
cumulative_normal
(
double
x
);
...
...
@@ -32,8 +33,10 @@
void
SetSeedTableGFSR_IMSL
(
int
iseed
,
int
*
itable
);
double
UniformDouble
(
void
);
double
StandardNormalDouble
(
void
);
double
NormalDouble
(
double
m
,
double
s
);
double
LogNormalDouble
(
double
mean
,
double
std
);
double
GammaDouble
(
const
double
a
,
const
double
b
);
double
InverseGammaDouble
(
const
double
a
,
const
double
b
);
double
ChisquareDouble
(
const
double
v
);
void
UniformVector
(
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