Probabilistic number generation
#3
The markov generator is inadequate as it looks for similarities in the input. I do not want this.

Furthermore, it works by selecting the first number and then going through the entire keyspace minus the first digit. Again I do not want this. A number like 1000000 is totally unlikely and should be tried last.


Messages In This Thread
Probabilistic number generation - by Mangix - 05-18-2013, 10:58 PM
RE: Probabilistic number generation - by undeath - 05-19-2013, 02:54 PM
RE: Probabilistic number generation - by Mangix - 05-19-2013, 06:48 PM
RE: Probabilistic number generation - by atom - 05-21-2013, 10:14 AM
RE: Probabilistic number generation - by Mangix - 05-22-2013, 12:03 PM
RE: Probabilistic number generation - by atom - 05-25-2013, 08:59 PM