Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Randexp.js | 1,769 | 19,706 | 402 | 8 months ago | 20 | July 21, 2018 | 11 | mit | JavaScript | |
Create random strings that match a given regular expression. | ||||||||||
Node Randomstring | 507 | 205 | 6 months ago | 19 | June 02, 2023 | 1 | mit | JavaScript | ||
A node.js module for generating random strings | ||||||||||
Uniuri | 394 | 236 | 358 | a year ago | 1 | October 07, 2022 | 1 | cc0-1.0 | Go | |
Go package uniuri generates random strings good for use in URIs to identify unique objects. | ||||||||||
Crypto Random String | 392 | 165,279 | 838 | 2 years ago | 10 | May 10, 2022 | mit | JavaScript | ||
Generate a cryptographically strong random string | ||||||||||
Crdt Benchmarks | 276 | a year ago | 4 | other | JavaScript | |||||
A collection of CRDT benchmarks | ||||||||||
Nulid | 241 | 4 | 6 | a year ago | 11 | January 14, 2022 | 2 | mit | C# | |
.Net ULID implementation | ||||||||||
Randomatic | 176 | 347,876 | 421 | 4 months ago | 19 | October 23, 2018 | 7 | mit | JavaScript | |
Easily generate random strings like passwords, with simple options for specifying a length and for using patterns of numeric, alpha-numeric, alphabetical, special or custom characters. (the original "generate-password") | ||||||||||
Kboard | 133 | 9 months ago | 12 | gpl-3.0 | Java | |||||
Android keyboard for fast responses | ||||||||||
Rng | 115 | 3 | 6 years ago | 2 | August 05, 2014 | 5 | other | Scala | ||
Pure-functional random value generation | ||||||||||
Katie S Rougish Pygame | 115 | 12 years ago | 12 | Python | ||||||
A learning project! |
A web component that generates a random string [0-9][A-Z][a-z].
Install the component using Bower:
Or download as ZIP.
$ bower install random-string --save
Import polyfill:
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
Import Custom Element:
<link rel="import" href="bower_components/random-string/random-string.html">
Start using it!
<random-string></random-string>
Attribute | Options | Default | Description |
---|---|---|---|
length |
integer | 10 |
The number of characters. |
Method | Parameters | Returns | Description |
---|---|---|---|
generate() |
None. | Nothing. | Generates a new string. |
limit() |
None. | int. | The maximum number of characters. |
Event | Description |
---|---|
lengthChanged |
Triggers a new string to generate. |
For detailed changelog, check Releases.