From 6628b4156a2a7ee74cf284cbdb765dc5a06ddbc2 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 10 Aug 2006 23:31:53 +0000 Subject: Finish adding the rest of numarray compatibility --- numpy/numarray/random_array.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'numpy/numarray/random_array.py') 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 * -- cgit v1.2.1