1- :game_die : [ @aureooms/js- pseudo-random ] ( https://make-github-pseudonymous-again .github.io/js- pseudo-random )
1+ :game_die : [ @entropy-source/ pseudo-random ] ( https://entropy-source .github.io/pseudo-random )
22==
33
44<p align =" center " >
99</p >
1010
1111Pseudorandom number generators for JavaScript.
12- See [ docs] ( https://make-github-pseudonymous-again .github.io/js- pseudo-random/index.html ) .
12+ See [ docs] ( https://entropy-source .github.io/pseudo-random/index.html ) .
1313
1414> :warning : The code requires ` regeneratorRuntime ` to be defined, for instance by importing
1515> [ regenerator-runtime/runtime] ( https://www.npmjs.com/package/regenerator-runtime ) .
@@ -18,28 +18,28 @@ import {
1818 splitmix64 ,
1919 nextFloat64 ,
2020 nextUint64 ,
21- } from ' @aureooms/js- pseudo-random' ;
21+ } from ' @entropy-source/ pseudo-random' ;
2222
2323const seed = [0 , 0 ]; // Two 32-bit signed integers.
2424const prng = splitmix64 (seed);
25- nextUint64 (prng); // 64 random bits as two 32-bit signed integers (compatible with @aureooms/js- uint64).
25+ nextUint64 (prng); // 64 random bits as two 32-bit signed integers (compatible with @arithmetic-type/ uint64).
2626nextFloat64 (prng); // A random double in the range [0, 1[.
2727```
2828
29- [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again/js- pseudo-random.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again/js- pseudo-random/main/LICENSE )
30- [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js- pseudo-random.svg )] ( https://www.npmjs.org/package/@aureooms/js- pseudo-random )
31- [ ![ Tests] ( https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js- pseudo-random/ci:test?event=push&label=tests )] ( https://github.com/make-github-pseudonymous-again/js- pseudo-random/actions/workflows/ci:test.yml?query=branch:main )
32- [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again/js- pseudo-random.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- pseudo-random )
33- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again/js- pseudo-random.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- pseudo-random?type=dev )
34- [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again/js- pseudo-random.svg )] ( https://github.com/make-github-pseudonymous-again/js- pseudo-random/issues )
35- [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js- pseudo-random.svg )] ( https://www.npmjs.org/package/@aureooms/js- pseudo-random )
36-
37- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js- pseudo-random.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- pseudo-random/issues )
38- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js- pseudo-random.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- pseudo-random/trends/churn )
39- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js- pseudo-random/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again/js- pseudo-random )
40- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js- pseudo-random.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- pseudo-random/trends/technical_debt )
41- [ ![ Documentation] ( https://make-github-pseudonymous-again .github.io/js- pseudo-random/badge.svg )] ( https://make-github-pseudonymous-again .github.io/js- pseudo-random/source.html )
42- [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js- pseudo-random )] ( https://bundlephobia.com/result?p=@aureooms/js- pseudo-random )
29+ [ ![ License] ( https://img.shields.io/github/license/entropy-source/ pseudo-random.svg )] ( https://raw.githubusercontent.com/entropy-source/ pseudo-random/main/LICENSE )
30+ [ ![ Version] ( https://img.shields.io/npm/v/@entropy-source/ pseudo-random.svg )] ( https://www.npmjs.org/package/@entropy-source/ pseudo-random )
31+ [ ![ Tests] ( https://img.shields.io/github/workflow/status/entropy-source/ pseudo-random/ci:test?event=push&label=tests )] ( https://github.com/entropy-source/ pseudo-random/actions/workflows/ci:test.yml?query=branch:main )
32+ [ ![ Dependencies] ( https://img.shields.io/david/entropy-source/ pseudo-random.svg )] ( https://david-dm.org/entropy-source/ pseudo-random )
33+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/entropy-source/ pseudo-random.svg )] ( https://david-dm.org/entropy-source/ pseudo-random?type=dev )
34+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/entropy-source/ pseudo-random.svg )] ( https://github.com/entropy-source/ pseudo-random/issues )
35+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@entropy-source/ pseudo-random.svg )] ( https://www.npmjs.org/package/@entropy-source/ pseudo-random )
36+
37+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/entropy-source/ pseudo-random.svg )] ( https://codeclimate.com/github/entropy-source/ pseudo-random/issues )
38+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/entropy-source/ pseudo-random.svg )] ( https://codeclimate.com/github/entropy-source/ pseudo-random/trends/churn )
39+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/entropy-source/ pseudo-random/main.svg )] ( https://codecov.io/gh/entropy-source/ pseudo-random )
40+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/entropy-source/ pseudo-random.svg )] ( https://codeclimate.com/github/entropy-source/ pseudo-random/trends/technical_debt )
41+ [ ![ Documentation] ( https://entropy-source .github.io/pseudo-random/badge.svg )] ( https://entropy-source .github.io/pseudo-random/source.html )
42+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@entropy-source/ pseudo-random )] ( https://bundlephobia.com/result?p=@entropy-source/ pseudo-random )
4343
4444## :scroll : References
4545
0 commit comments