没有合适的资源?快使用搜索试试~ 我知道了~
jrands:构造函数的random函数可以指定随机种子
共22个文件
js:6个
ts:3个
data:2个
需积分: 18 0 下载量 17 浏览量
2021-05-15
14:30:19
上传
评论
收藏 14KB ZIP 举报
温馨提示
jrands(#$) 概述 jrands 是什么? jrands 就是对 .NET 的 做另一个简单实现 JS 写法 let random = new jrands.Random(2) let i = random.next() + random.next() console.log(i) 对应 C# 写法 var r = new Random(2); var i = r.NextDouble() + r.NextDouble(); Console.Writeln(i); License MIT :copyright:
资源推荐
资源详情
资源评论
收起资源包目录
jrands-master.zip (22个子文件)
jrands-master
.travis.yml 211B
package.json 1KB
test
index.js 1KB
test.js 774B
fixtures
1024.data 2KB
2015.data 2KB
.prettierrc 69B
gulpfile.js 2KB
.bowerrc 39B
LICENSE 1KB
src
index.ts 3KB
.npmignore 103B
.gitignore 561B
version.js 655B
lib
index.min.js 844B
index.js 4KB
index.d.ts 1KB
index.ts 3KB
README.md 986B
.jshintrc 35B
bower.json 620B
.editorconfig 342B
共 22 条
- 1
资源评论
生物医药从业者
- 粉丝: 23
- 资源: 4616
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- new_bird_c-c语言入门
- christmasTree-圣诞树html网页代码
- working-shell脚本入门——流程控制
- hadoop_install-sqoop数据导入
- ThinkCMF-mysql安装
- BigData-Notes-sqoop的安装与配置
- C语言-leetcode题解之28-implement-strstr.c
- C语言-leetcode题解之27-remove-element.c
- C语言-leetcode题解之26-remove-duplicates-from-sorted-array.c
- C语言-leetcode题解之24-swap-nodes-in-pairs.c
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功