Skip to content

This is a library to find random numbers, better than Math.random()

Notifications You must be signed in to change notification settings

bullgit/fair-random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fair random

This is the best implementation of getting random numbers, backed by the blockchain.

Usage

just add the script, and import it

<script type="module">
import random from 'https://cdn.rawgit.com/bullgit/fair-random/gh-pages/fair-random.js';

console.log(random(0,5));
</script> 

More info

This project was made as a workshop at CodePenDay 2017 in Hamburg, slides and video available here

License

WTFPL

About

This is a library to find random numbers, better than Math.random()

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published