esm-seedrandom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>esm-seedrandom</artifactId> <version>3.0.5</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>esm-seedrandom</artifactId> <version>3.0.5</version> <name>esm-seedrandom</name> <description>Explicitly seeded random number generator for JavaScript, ported to ES Modules. Compatible with original seedrandom CommonJS package.</description> <url>https://github.com/shanewholloway/js-esm-seedrandom#readme</url> <organization> <name></name> <url>https://github.com/shanewholloway/js-esm-seedrandom#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>shanewholloway</name> <email>shane.holloway@ieee.org</email> </developer> </developers> <scm> <connection>git://github.com/shanewholloway/js-esm-seedrandom.git</connection> <developerConnection>git://github.com/shanewholloway/js-esm-seedrandom.git</developerConnection> <url>git://github.com/shanewholloway/js-esm-seedrandom</url> </scm> <issueManagement> <url>https://github.com/shanewholloway/js-esm-seedrandom/issues</url> </issueManagement> </project>