File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11TrulyRandom
22===========
3- Composer-based library to interact with random.org's API in order to generate truly random
3+ Composer-compatible library to interact with random.org's API in order to generate truly random
44lists of integers, sequences of integers, and random alpha-numeric strings.
55
66Random.org does limit the amount of random numbers/strings you can generate in a day, and
77this program will check your remaining quota before sending requests. If you need more than
88the free allowance, there are instructions on random.org for purchasing additional.
99
10+ I have nothing to do with random.org other then thinking its a cool service.
11+
1012## Installation
11- Not available via packagist at the moment. You can install via:
13+ Install via Packagist
1214
13- "repositories" : [
14- {
15- "type" : "vcs",
16- "url" : "git@github.com : pixeloution /true-random.git"
17- },
18- ]
19-
20- in your composer.json file, which will load it directly from github.
15+ "require" :
16+ {
17+ "pixeloution/true-random" : "* "
18+ },
19+
20+ in your composer.json file
2121
2222## Set-Up
2323 use Pixeloution\Random\Randomizer;
You can’t perform that action at this time.
0 commit comments