File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module stdlib_stats_distribution_uniform
1919
2020
2121 interface rvs_uniform
22- !! Version experimental
22+ !! version: experimental
2323 !!
2424 !! Get uniformly distributed random variate for integer, real and complex
2525 !! variables.
@@ -43,7 +43,7 @@ module stdlib_stats_distribution_uniform
4343
4444
4545 interface pdf_uniform
46- !! Version experimental
46+ !! version: experimental
4747 !!
4848 !! Get uniform distribution probability density (pdf) for integer, real and
4949 !! complex variables.
@@ -57,7 +57,7 @@ module stdlib_stats_distribution_uniform
5757
5858
5959 interface cdf_uniform
60- !! Version experimental
60+ !! version: experimental
6161 !!
6262 !! Get uniform distribution cumulative distribution function (cdf) for integer,
6363 !! real and complex variables.
@@ -71,7 +71,7 @@ module stdlib_stats_distribution_uniform
7171
7272
7373 interface shuffle
74- !! Version experimental
74+ !! version: experimental
7575 !!
7676 !! Fisher-Yates shuffle algorithm for a rank one array of integer, real and
7777 !! complex variables.
You can’t perform that action at this time.
0 commit comments