:mod:`numpy.random` =================== .. automodule:: numpy.random Functions --------- .. autosummary:: :toctree: Lock beta binomial bytes chisquare choice dirichlet exponential f gamma geometric get_state gumbel hypergeometric laplace logistic lognormal logseries multinomial multivariate_normal negative_binomial noncentral_chisquare noncentral_f normal pareto permutation poisson power rand randint randn random random_integers random_sample ranf rayleigh sample seed set_state shuffle standard_cauchy standard_exponential standard_gamma standard_normal standard_t triangular uniform vonmises wald weibull zipf Classes ------- .. autosummary:: :toctree:generated/ :template:class_custom.rst RandomState Tester .. toctree:: :maxdepth: 1 :hidden: generated/numpy.random.RandomState generated/numpy.random.Tester