| .. _numpyrandom: |
| |
| .. currentmodule:: mxnet.np.random |
| |
| np.random |
| ============ |
| |
| .. |
| remove a large part about generator here, this page contains a part of generator.rst |
| |
| |
| Accessing the BitGenerator |
| -------------------------- |
| .. autosummary:: |
| :toctree: generated/ |
| |
| :: |
| |
| bit_generator |
| |
| Simple random data |
| ------------------ |
| .. autosummary:: |
| :toctree: generated/ |
| |
| choice |
| |
| :: |
| |
| random |
| integers |
| bytes |
| |
| Permutations |
| ------------ |
| .. autosummary:: |
| :toctree: generated/ |
| |
| shuffle |
| |
| :: |
| |
| permutation |
| |
| Distributions |
| ------------- |
| .. autosummary:: |
| :toctree: generated/ |
| |
| |
| normal |
| uniform |
| rand |
| randint |
| |
| :: |
| |
| beta |
| binomial |
| chisquare |
| dirichlet |
| exponential |
| f |
| gamma |
| geometric |
| gumbel |
| hypergeometric |
| laplace |
| logistic |
| lognormal |
| logseries |
| multinomial |
| multivariate_normal |
| negative_binomial |
| noncentral_chisquare |
| noncentral_f |
| pareto |
| poisson |
| power |
| rayleigh |
| standard_cauchy |
| standard_exponential |
| standard_gamma |
| standard_normal |
| standard_t |
| triangular |
| vonmises |
| wald |
| weibull |
| zipf |