diff options
Diffstat (limited to 'numpy/numarray/random_array.py')
-rw-r--r-- | numpy/numarray/random_array.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/numarray/random_array.py b/numpy/numarray/random_array.py index d70e2694a..654f58346 100644 --- a/numpy/numarray/random_array.py +++ b/numpy/numarray/random_array.py @@ -1,3 +1,4 @@ +from __future__ import division __all__ = ['ArgumentError', 'F', 'beta', 'binomial', 'chi_square', 'exponential', 'gamma', 'get_seed', 'multinomial', |