pp-random

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i pp-random

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

7.17 kB

Total Files

5

Last publish

Collaborators

  • carlos-sweb