summaryrefslogtreecommitdiff
path: root/numpy/numarray/random_array.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/random_array.py')
-rw-r--r--numpy/numarray/random_array.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/numarray/random_array.py b/numpy/numarray/random_array.py
index e69de29bb..d70e2694a 100644
--- a/numpy/numarray/random_array.py
+++ b/numpy/numarray/random_array.py
@@ -0,0 +1,9 @@
+
+__all__ = ['ArgumentError', 'F', 'beta', 'binomial', 'chi_square',
+ 'exponential', 'gamma', 'get_seed', 'multinomial',
+ 'multivariate_normal', 'negative_binomial', 'noncentral_F',
+ 'noncentral_chi_square', 'normal', 'permutation', 'poisson',
+ 'randint', 'random', 'random_integers', 'standard_normal',
+ 'uniform', 'seed']
+
+from numpy.oldnumeric.random_array import *