This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 🎲 random.js
2
-
3
2
[ ![ Build Status] ( https://github.com/bash/random.js/workflows/Test/badge.svg )] ( https://github.com/bash/random.js/actions )
4
3
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/luxy1c20asdk08at?svg=true )] ( https://ci.appveyor.com/project/rschmidmeister/random-js )
5
4
[ ![ 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')
31
30
console .log (fairDiceRoll ())
32
31
console .log (dilbertOracle ())
33
32
```
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.
You can’t perform that action at this time.
0 commit comments