math-random

WebJar for math-random

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

math-random
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

math-random
WebJar for math-random
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download math-random

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.4
1.0.1