Added 'XKCD Random Number' operation

This commit is contained in:
n1474335 2018-02-13 15:05:55 +00:00
parent f6b68f9880
commit 8518fa67f2
7 changed files with 152 additions and 87 deletions

View file

@ -3966,6 +3966,13 @@ const OperationConfig = {
value: StrUtils.HAMMING_INPUT_TYPE
}
]
},
"XKCD Random Number": {
module: "Default",
description: "RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.<br><br><a href='https://xkcd.com/221/'>XKCD #221</a>",
inputType: "string",
outputType: "number",
args: []
}
};