Skip to content

Commit 6b1282d

Browse files
😒 chore: Rename package.
1 parent 1962937 commit 6b1282d

File tree

7 files changed

+32
-33
lines changed

7 files changed

+32
-33
lines changed

.esdoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"autoPrivate": true
1818
},
1919
"brand": {
20-
"title": "@aureooms/js-pseudo-random"
20+
"title": "@entropy-source/pseudo-random"
2121
},
2222
"test": {
2323
"type": "ava",

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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">
@@ -9,7 +9,7 @@
99
</p>
1010

1111
Pseudorandom 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

2323
const seed = [0, 0]; // Two 32-bit signed integers.
2424
const 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).
2626
nextFloat64(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

doc/manual/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Examples
22

3-
> More examples in [the test files](https://github.com/make-github-pseudonymous-again/js-pseudo-random/tree/main/test/src).
3+
> More examples in [the test files](https://github.com/entropy-source/pseudo-random/tree/main/test/src).

doc/manual/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ or [jspm](https://jspm.org/docs).
88

99
### yarn
1010
```terminal
11-
yarn add @aureooms/js-pseudo-random
11+
yarn add @entropy-source/pseudo-random
1212
```
1313

1414
### npm
1515
```terminal
16-
npm install @aureooms/js-pseudo-random --save
16+
npm install @entropy-source/pseudo-random --save
1717
```
1818

1919
### jspm
2020
```terminal
21-
jspm install npm:@aureooms/js-pseudo-random
21+
jspm install npm:@entropy-source/pseudo-random
2222
```

doc/manual/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'regenerator-runtime/runtime.js' ;
1212

1313
Then, import the library where needed
1414
```js
15-
const pseudorandom = await import( '@aureooms/js-pseudo-random' ) ;
15+
const pseudorandom = await import( '@entropy-source/pseudo-random' ) ;
1616
// or
17-
import * as pseudorandom from '@aureooms/js-pseudo-random' ;
17+
import * as pseudorandom from '@entropy-source/pseudo-random' ;
1818
```

doc/scripts/header.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ const domReady = function (callback) {
1010
domReady(() => {
1111
const projectname = document.createElement('a');
1212
projectname.classList.add('project-name');
13-
projectname.text = 'aureooms/js-pseudo-random';
13+
projectname.text = 'entropy-source/pseudo-random';
1414
projectname.href = './index.html';
1515

1616
const header = document.querySelector('header');
1717
header.insertBefore(projectname, header.firstChild);
1818

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20-
testlink.href =
21-
'https://app.codecov.io/gh/make-github-pseudonymous-again/js-pseudo-random';
20+
testlink.href = 'https://app.codecov.io/gh/entropy-source/pseudo-random';
2221
testlink.target = '_BLANK';
2322

2423
const searchBox = document.querySelector('.search-box');

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "@aureooms/js-pseudo-random",
2+
"name": "@entropy-source/pseudo-random",
33
"description": "Pseudorandom number generators for JavaScript",
44
"version": "2.0.0",
55
"license": "AGPL-3.0",
6-
"author": "aureooms",
7-
"homepage": "https://make-github-pseudonymous-again.github.io/js-pseudo-random",
6+
"author": "make-github-pseudonymous-again",
7+
"homepage": "https://entropy-source.github.io/pseudo-random",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/make-github-pseudonymous-again/js-pseudo-random"
10+
"url": "https://github.com/entropy-source/pseudo-random"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/make-github-pseudonymous-again/js-pseudo-random/issues"
13+
"url": "https://github.com/entropy-source/pseudo-random/issues"
1414
},
1515
"keywords": [
1616
"agpl",

0 commit comments

Comments
 (0)