Skip to content

Commit 22a6023

Browse files
author
Jim-215-Fisher
committed
change PRNG to random
1 parent 3bc615b commit 22a6023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_stats_distribution_uniform.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module stdlib_stats_distribution_uniform
55
use stdlib_kinds
66
use stdlib_error, only : error_stop
7-
use stdlib_stats_distribution_PRNG, only : dist_rand
7+
use stdlib_random, only : dist_rand
88

99
implicit none
1010
private

0 commit comments

Comments
 (0)