reandom:生成一个人类可读的随机字符串(又称“随机”字符串)

时间:2024-06-10 13:30:47
【文件属性】:

文件名称:reandom:生成一个人类可读的随机字符串(又称“随机”字符串)

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-10 13:30:47

node random words JavaScript

随机(可读+随机) 生成随机字符串很容易,但是如何生成可读的字符串呢? 难忘? 一个人实际上可能会发音的东西吗? 我们试图解决这个问题。 特征 已经有一些解决方案可以解决这个问题,但是没有一个真正令我们满意的解决方案。 因此,我们编写了一个库: 生成任意长度的任意字符串,将元音始终放置在辅音之间 黑名单可用于删除您希望避免显示的单词 用法 最基本的用途是执行npm install reandom ,然后: var Reandom = require ( 'reandom' ) ; var myRandomSring = Reandom . generate ( ) ; // the string! 设置单词的长度 var Reandom = require ( 'reandom' ) ; var myRandomSring = Reandom . generate ( 12 )


【文件预览】:
reandom-master
----.gitignore(19B)
----package.json(701B)
----LICENSE(1KB)
----index.js(43B)
----README.md(2KB)
----lib()
--------reandom.js(1KB)
----test()
--------test.js(883B)

网友评论