@@ -19,12 +19,12 @@ 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.
26
26
!! ([Specification](../page/specs/stdlib_stats_distribution_uniform.html#
27
- !! description ))
27
+ !! rvs_uniform-uniform-distribution-random-variates ))
28
28
29
29
module procedure rvs_unif_0_rsp ! 0 dummy variable
30
30
@@ -43,12 +43,12 @@ 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.
50
50
!! ([Specification](../page/specs/stdlib_stats_distribution_uniform.html#
51
- !! description ))
51
+ !! pdf_uniform-uniform-probability-density-function ))
52
52
53
53
#:for k1, t1 in ALL_KINDS_TYPES
54
54
module procedure pdf_unif_${t1[0]}$${k1}$
@@ -57,12 +57,12 @@ 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.
64
64
!! ([Specification](../page/specs/stdlib_stats_distribution_uniform.html#
65
- !! description ))
65
+ !! cdf_uniform-uniform-cumulative-distribution-function ))
66
66
!!
67
67
#:for k1, t1 in ALL_KINDS_TYPES
68
68
module procedure cdf_unif_${t1[0]}$${k1}$
@@ -71,12 +71,12 @@ 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.
78
78
!! ([Specification](../page/specs/stdlib_stats_distribution_uniform.html#
79
- !! description ))
79
+ !! shuffle-using-fisher-yates-algorithm-to-generate-a-random-permutation-of-a-list ))
80
80
!!
81
81
#:for k1, t1 in ALL_KINDS_TYPES
82
82
module procedure shuffle_${t1[0]}$${k1}$
0 commit comments