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
19
19
20
20
21
21
interface rvs_uniform
22
- !! Version experimental
22
+ !! version: experimental
23
23
!!
24
24
!! Get uniformly distributed random variate for integer, real and complex
25
25
!! variables.
@@ -43,7 +43,7 @@ module stdlib_stats_distribution_uniform
43
43
44
44
45
45
interface pdf_uniform
46
- !! Version experimental
46
+ !! version: experimental
47
47
!!
48
48
!! Get uniform distribution probability density (pdf) for integer, real and
49
49
!! complex variables.
@@ -57,7 +57,7 @@ module stdlib_stats_distribution_uniform
57
57
58
58
59
59
interface cdf_uniform
60
- !! Version experimental
60
+ !! version: experimental
61
61
!!
62
62
!! Get uniform distribution cumulative distribution function (cdf) for integer,
63
63
!! real and complex variables.
@@ -71,7 +71,7 @@ module stdlib_stats_distribution_uniform
71
71
72
72
73
73
interface shuffle
74
- !! Version experimental
74
+ !! version: experimental
75
75
!!
76
76
!! Fisher-Yates shuffle algorithm for a rank one array of integer, real and
77
77
!! complex variables.
You can’t perform that action at this time.
0 commit comments