1
1
#:include "common.fypp"
2
- module stdlib_stats_distribution_PRNG
2
+ module stdlib_random
3
3
use stdlib_kinds, only: int8, int16, int32, int64
4
4
use stdlib_optval, only: optval
5
5
use stdlib_error, only: error_stop
@@ -18,8 +18,8 @@ module stdlib_stats_distribution_PRNG
18
18
!! Version experimental
19
19
!!
20
20
!! Generation of random integers with different kinds
21
- !! ([Specification](../page/specs/stdlib_stats_distribution_PRNG .html#
22
- !! description ))
21
+ !! ([Specification](../page/specs/stdlib_random .html#
22
+ !! dist_rand-get-a-random-integer-with-specified-kind ))
23
23
#:for k1, t1 in INT_KINDS_TYPES
24
24
module procedure dist_rand_${t1[0]}$${k1}$
25
25
#:endfor
@@ -29,8 +29,8 @@ module stdlib_stats_distribution_PRNG
29
29
!! Version experimental
30
30
!!
31
31
!! Set seed value for random number generator
32
- !! ([Specification](../page/specs/stdlib_stats_distribution_PRNG .html#
33
- !! description ))
32
+ !! ([Specification](../page/specs/stdlib_random .html#
33
+ !! random_seed-set-or-get-a-value-of-seed-to-the-probability-distribution-pseudorandom-number-generator ))
34
34
!!
35
35
#:for k1, t1 in INT_KINDS_TYPES
36
36
module procedure random_distribution_seed_${t1[0]}$${k1}$
@@ -148,4 +148,4 @@ module stdlib_stats_distribution_PRNG
148
148
end subroutine random_distribution_seed_${t1[0]}$${k1}$
149
149
150
150
#:endfor
151
- end module stdlib_stats_distribution_PRNG
151
+ end module stdlib_random
0 commit comments