1.0.2 • Published 2 years ago

pp-random v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pp-random

Getting Started

In the web project include pp-random with:

<script src="https://cdn.jsdelivr.net/npm/pp-random@latest/pp-random.min.js" ></script>

Or

Install

npm i pp-random --save

How to use ?

var letterOnly = ppRandom( 10 );
var letterAndNumber = ppRandom(10, true , true);
var numberOnly = ppRandom(10 , false , true );
var symbols = ppRandom(10, false, false, true);

See example

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago