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 22a6023 commit 39e991bCopy full SHA for 39e991b
src/tests/stats/test_distribution_uniform.fypp
@@ -3,7 +3,7 @@
3
program test_distribution_uniform
4
use stdlib_error, only : check
5
use stdlib_kinds, only: int8, int16, int32, int64, sp, dp, qp
6
- use stdlib_stats_distribution_PRNG, only : random_seed, dist_rand
+ use stdlib_random, only : random_seed, dist_rand
7
use stdlib_stats_distribution_uniform, uni_rvs => rvs_uniform, &
8
uni_pdf => pdf_uniform, &
9
uni_cdf => cdf_uniform
0 commit comments