math-random
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>math-random</artifactId>
<version>2.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>math-random</artifactId>
<version>2.0.1</version>
<name>math-random</name>
<description>math-random is an isomorphic, drop-in replacement for `Math.random` that uses cryptographically secure random number generation, where available</description>
<url>https://github.com/michaelrhodes/math-random#readme</url>
<organization>
<name>Michael Rhodes</name>
<url>https://github.com/michaelrhodes/math-random#readme</url>
</organization>
<licenses>
<license>
<name>CC0-1.0</name>
</license>
</licenses>
<developers>
<developer>
<name>michaelrhodes</name>
<email>spam@michaelrhod.es</email>
</developer>
</developers>
<scm>
<connection>https://github.com/michaelrhodes/math-random.git</connection>
<developerConnection>https://github.com/michaelrhodes/math-random.git</developerConnection>
<url>https://github.com/michaelrhodes/math-random</url>
</scm>
<issueManagement>
<url>https://github.com/michaelrhodes/math-random/issues</url>
</issueManagement>
</project>