@acurrz/node-random-int 中文文档教程

发布于 3 年前 浏览 12 项目主页 更新于 2 年前

About

RandInt 是为了使生成数字更容易。

Creator

大家好,我叫 Acurrz,我是 RandInt 的创建者。

Installation

npm 安装 node-random-int

Usage

const { RandInt } = require('node-random-int');

let random = new RandInt(max);

console.log(random.int);

About

RandInt was made to make generating a number easier.

Creator

Hello, my name is Acurrz I am the creator of RandInt.

Installation

npm install node-random-int

Usage

const { RandInt } = require('node-random-int');

let random = new RandInt(max);

console.log(random.int);
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文