From 215694ef26887eed8e6680dafc196dca0e2f5ac8 Mon Sep 17 00:00:00 2001 From: Aaby Abhay <99067301+aaby242abhay@users.noreply.github.com> Date: Tue, 20 Jun 2023 06:29:18 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94869baf..5d735adc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/ckknight/random-js.svg?branch=master)](https://travis-ci.org/ckknight/random-js) This is designed to be a mathematically correct random number generator library for JavaScript. +You can use it severam times to get familiar with the parameters. Inspiration was primarily taken from C++11's ``.