summaryrefslogtreecommitdiff
path: root/numpy/numarray/random_array.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-10 23:31:53 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-10 23:31:53 +0000
commit6628b4156a2a7ee74cf284cbdb765dc5a06ddbc2 (patch)
tree60e0af5f8743e49184e26089e45e748dfe4ccff4 /numpy/numarray/random_array.py
parente74b65af13735872f42adc1553ada2479d7dd11f (diff)
downloadnumpy-6628b4156a2a7ee74cf284cbdb765dc5a06ddbc2.tar.gz
Finish adding the rest of numarray compatibility
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 *