rand0mthings

random function where you can find anywhere on the internet

Usage no npm install needed!

<script type="module">
  import rand0mthings from 'https://cdn.skypack.dev/rand0mthings';
</script>

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