foresight icon indicating copy to clipboard operation
foresight copied to clipboard

A tool for predicting the output of random number generators

Results 4 foresight issues
Sort by recently updated
recently updated
newest added

``` $ foresee php linux rand -o 60 16 19 30 44 3 50 51 54 42 61 5 41 16 33 60 Warning: Some predictions my be incorrect. Traceback...

I have a simple program that generates numbers between 1-200. Is it possible to use the foresight to predict my numbers that are between 1-200?

i want to run a example ` $ python predict_captcha.py ` but it doesn't work: ` Traceback (most recent call last): File "predict_captcha.py", line 12, in from foresight.php import rand...