estimating
v1.0.2
Published
Estimating numbers based off a certain pattern.
Downloads
2
Readme
Introduction
A NodeJS library to appoximate the next generated number using a the number patterns, for example. Math.random, it isn't really accurate but it works for non-decimals.
Documentation
.estimate(num: Array[])
The num
input needs to be an array, an array of numbers. It will use the pattern of the numbers and it will output the estimated output based on the pattern (kind of a random prediction, perhaps). The array of numbers (length) need to be atleast 30 to get the close precision
Aliases: predict, resolve, cumulate
To use
If you are still in the same session, the estimated output should be close to the actual output. This library can be used to predict future outputted numbers (approximately) like Math.random(). BUT remember that it isn't the exact same output, just an an estimate. Also check out my GitHub!