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

Commit 80c1b10

Browse files
committed
Add roadmap
Resolves #7
1 parent 73727b3 commit 80c1b10

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# 🎲 random.js
2-
32
[![Build Status](https://github.com/bash/random.js/workflows/Test/badge.svg)](https://github.com/bash/random.js/actions)
43
[![Build status](https://ci.appveyor.com/api/projects/status/luxy1c20asdk08at?svg=true)](https://ci.appveyor.com/project/rschmidmeister/random-js)
54
[![Coverage Status](https://coveralls.io/repos/github/bash/random.js/badge.svg?branch=tooling)](https://coveralls.io/github/bash/random.js?branch=tooling)
@@ -31,3 +30,15 @@ const { fairDiceRoll, dilbertOracle } = require('@rschmidmeister/random.js')
3130
console.log(fairDiceRoll())
3231
console.log(dilbertOracle())
3332
```
33+
34+
## Roadmap
35+
This project has a very ambitious roadmap
36+
for discovering and implementing new algorithms.
37+
38+
We are working hard to ship new algorithm by these dates.
39+
Note that these dates are estimates and we may or may
40+
41+
* Q2 2040: Implement 2 new algorithms.
42+
* Q4 2050: Implement 5 additional algorithms.
43+
* Q1 2060: Rewrite this project in Rust.
44+
* Q3 2070: Delete both the project and its rewrite.

0 commit comments

Comments
 (0)