We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc615b commit 22a6023Copy full SHA for 22a6023
src/stdlib_stats_distribution_uniform.fypp
@@ -4,7 +4,7 @@
4
module stdlib_stats_distribution_uniform
5
use stdlib_kinds
6
use stdlib_error, only : error_stop
7
- use stdlib_stats_distribution_PRNG, only : dist_rand
+ use stdlib_random, only : dist_rand
8
9
implicit none
10
private
0 commit comments