Current File : //usr/lib64/python2.7/site-packages/numpy/numarray/random_array.py
__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 *