Skip to content

Satorikeiko07/ultrandom.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ultrandom.js

A wierd mash-up of Math.random() in JavaScript.

Usage

// Download
// $ npm i ultrandom

const lib = require('ultrandom')

console.log(lib.ultrandom())

// Descending order in **randomness**
console.log(lib.mth1())
console.log(lib.mth2())
console.log(lib.mth3())

To use this in web without node:

  1. Download index.js
  2. Erase the require line at the top of the file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published