rnd

1.0.10 • Public • Published

A random string generator. Supports several different modes of operation for different flavors of text.

Useful for generating initial, placeholder, or missing data in forms, games, fiction, etc.

API

const rnd = require('rnd');

rnd.realName();
// 'Takuya Kusatsu'
// A "real"-looking name that could pass for something in a work of fiction.

rnd.fakeName({gender: 'female'});
// 'Polyth'
// A "fake"-looking name whose only property is that it should be reasonably pronounceable.

rnd.lastName();
// 'Asporix'
// A "last"-looking name suitable as a pronounceable surname.

rnd.noun();
// 'binocle'
rnd.verb();
// 'atomising'
rnd.adjective();
// 'pyrrhic'
rnd.adverb();
// 'kinetically'
// Self-explanatory, chosen from an included dictionary. Good when used in combination.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i rnd

    Weekly Downloads

    11

    Version

    1.0.10

    License

    ISC

    Last publish

    Collaborators

    • kazmer