MCPcopy
hub / github.com/tone-row/flowchart-fun / getRandomDigits

Function getRandomDigits

app/src/lib/getFunFlowchartName.tsx:19–21  ·  view source on GitHub ↗

* Return 3 random digits. Don't include 0. ex: 123, 999, 321

()

Source from the content-addressed store, hash-verified

17 * Return 3 random digits. Don't include 0. ex: 123, 999, 321
18 */
19function getRandomDigits() {
20 return Math.floor(Math.random() * 900 + 100);
21}
22
23function getNoun(language: keyof typeof languages) {
24 switch (language) {

Callers 1

getFunFlowchartNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected