File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ This is and index/directory of the specifications (specs) for each new module/fe
24
24
- [ random] ( ./stdlib_random.html ) - Probability Distributions random number generator
25
25
- [ sorting] ( ./stdlib_sorting.html ) - Sorting of rank one arrays
26
26
- [ stats] ( ./stdlib_stats.html ) - Descriptive Statistics
27
+ - [ stats_distributions_uniform] ( ./stdlib_stats_distribtuion_uniform.html ) - Uniform Probability Distribution
27
28
- [ string\_ type] ( ./stdlib_string_type.html ) - Basic string support
28
29
- [ strings] ( ./stdlib_strings.html ) - String handling and manipulation routines
29
30
- [ stringlist_type] ( ./stdlib_stringlist_type.html ) - 1-Dimensional list of strings
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ set(fppFiles
24
24
stdlib_stats_moment_all.fypp
25
25
stdlib_stats_moment_mask.fypp
26
26
stdlib_stats_moment_scalar.fypp
27
+ stdlib_stats_distribution_uniform.fypp
27
28
stdlib_stats_var.fypp
28
29
stdlib_quadrature.fypp
29
30
stdlib_quadrature_trapz.fypp
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ SRCFYPP = \
26
26
stdlib_stats_moment_all.fypp \
27
27
stdlib_stats_moment_mask.fypp \
28
28
stdlib_stats_moment_scalar.fypp \
29
+ stdlib_stats_distribution_uniform.fypp \
29
30
stdlib_stats_var.fypp \
30
31
stdlib_math.fypp \
31
32
stdlib_math_linspace.fypp \
@@ -145,6 +146,10 @@ stdlib_stats_var.o: \
145
146
stdlib_optval.o \
146
147
stdlib_kinds.o \
147
148
stdlib_stats.o
149
+ stdlib_stats_distribtuion_uniform.o: \
150
+ stdlib_kinds.o \
151
+ stdlib_error.o \
152
+ stdlib_random.o
148
153
stdlib_random.o: \
149
154
stdlib_kinds.o \
150
155
stdlib_error.o
You can’t perform that action at this time.
0 commit comments