rand0mthings
v0.0.4
Published
random function where you can find anywhere on the internet
Downloads
11
Maintainers
Readme
RandomThings
Install
$ npm i -g rand0mthings
Getting Started
This is a "useless" package so their is none.
Functions
const rt = require('randomthings')
console.log(rt.randomNumber(maximum)) //Maximum is optional and default to 100
//Log #1: 84
//Log #2: 77
//Log #3: 75
console.log(rt.randomCode()) //Makes a random code
//Log: #1: 'k0skpp1ekh'
//Log: #2: '1is7qdj3a6k'
//Log: #3: 'ricq2zyfc7'
console.log(rt.msCovert(960000)) // Coverts milliseconds into HH:MM:SS format
//Log #1: '00:16:00'
console.log(rt.penis()) // Return a random length
//Logs #1: '8================================D'
//Logs #2: '8===========D'
console.log(rt.reverse("SomeRandomText")) //Reverse the words you give it | To unreverse just put the reversed text in the same function
//Logs #1: 'txeTmodnaRemoS'
First time making an npm package Pypi Profile