Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit c50b5a9

Browse files
author
Ruben Schmidmeister
committed
Add *very* important comment
Resolves #2
1 parent 404abc1 commit c50b5a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
A [deterministic random number](https://www.xkcd.com/221/) generator for node.
1616
This module has some important advantages over other modules:
1717

18-
- Only **25 bytes** in size (without gzip)!
18+
- Only **82 bytes** in size (without gzip)!
1919
- **O(1)** complexity
2020
- **100%** test coverage
2121

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// chosen by fair dice roll.
2+
// guaranteed to be random.
13
module.exports = () => 4

0 commit comments

Comments
 (0)