Skip to content

Commit a904337

Browse files
committed
changed Version to version:, such that ford considers it as meta-info
1 parent a9eee6b commit a904337

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/stdlib_stats_distribution_uniform.fypp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)