Added documenntation to the docs folder and edited the mac bash script in response to tests
This commit is contained in:
9
numpy-1.6.2/numpy/numarray/random_array.py
Normal file
9
numpy-1.6.2/numpy/numarray/random_array.py
Normal file
@@ -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 *
|
||||
Reference in New Issue
Block a user