Files
edx-platform/numpy-1.6.2/numpy/numarray/random_array.py

10 lines
418 B
Python

__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 *