math-random

WebJar for math-random

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

math-random
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

math-random
WebJar for math-random
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/michaelrhodes/math-random

Скачать math-random

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/math-random/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>math-random</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/math-random/
implementation 'org.webjars.npm:math-random:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/math-random/
implementation ("org.webjars.npm:math-random:1.0.4")
'org.webjars.npm:math-random:jar:1.0.4'
<dependency org="org.webjars.npm" name="math-random" rev="1.0.4">
  <artifact name="math-random" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='math-random', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "math-random" % "1.0.4"
[org.webjars.npm/math-random "1.0.4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

math-random

math-random is an isomorphic, drop-in replacement for Math.random that uses cryptographically secure random number generation, where available

ci

install

npm install math-random

use

console.log(require('math-random')())
=> 0.584293719381094

console.log(require('math-random/is-secure'))
=> true || false

obey

CC0-1.0

Версии библиотеки

Версия
1.0.4
1.0.1