Generate random numbers with javascript workers.
This site is only client side, then only any simple http server is necessary to run it. You can use python3 for example, just type in source folder:
python3 -m http.server
After run open in your browser http://0.0.0.0:8000/.
It also possible change some options sending get variables lang
and variable
.
lang
: Translate page contents to target language. Possible values: [ptBR].variable
: Used to change data title in according withvariable
value.
This site was developed to an activity for the course Tópicos Especiais em Computação VIII from UFRN in 2020.1.
MIT License. See LICENSE.