Update.
This commit is contained in:
parent
22924c9826
commit
863aa75cb9
23
README.md
23
README.md
@ -0,0 +1,23 @@
|
||||
# rd - retoordom
|
||||
|
||||
retoordom is an alternative voor /dev/random and /dev/urandom.
|
||||
Instead of random bytes, it returns emoji's and other unicode characters that won't screw up your terminal as /dev/random and /dev/urandom do. It's a friendly alternative to /dev/random and /dev/urandom.
|
||||
It gives a more consistent troughput than the /dev/random and /dev/urandom.
|
||||
|
||||
I needed this application myself to test a network application I've written.
|
||||
It's quite random but it's not completely random. It's a bit deterministic, but I don't want to make it deterministic.
|
||||
|
||||
For fun random stuff, check https://random.org. It's a bit more random than retoordom. I've spent some time at that site. It's fun. Especially if you let AI analyze random values and see if it can find patterns.
|
||||
|
||||
# Install
|
||||
There are three ways to install the package:
|
||||
1. Download package using curl -OJ https://retoor.molodetz.nl/api/packages/retoor/generic/rd/1.0.0/rd --silent.
|
||||
2. Download package using wget https://retoor.molodetz.nl/api/packages/retoor/generic/rd/1.0.0/rd --quiet.
|
||||
* Don't forget to chmod +x after downloading the package to make it executable!
|
||||
3. Build from source.
|
||||
|
||||
# Usage
|
||||
```bash
|
||||
./rd
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user