I think a random text generator could get interesting: A good start would be to randomly alternate between vowels and consonants. Then disallow the obviously not usable combinations such as more than 2 consonants/vowels after each other or pointless "jk", "xc", "wq" etc.
I once did that years ago (with German umlauts and common combinations like "sch", "st", "sp" ...) and the results weren't that random, actually quite funny... it somehow looked like Finnish.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Nituvious wrote:I had it run all night(about 13 hours total) to create "Hello world." and didn't get any results! However, a random pause I found this
33292221: u dumb.!2ubz
I don't think my laptop likes me very well.
I made some modifications to your code to speed it up considerably. I also shortened the target string and changed the count variable to a quad. It took only 8.25 hours to accomplished the target.
c4s wrote:I think a random text generator could get interesting: A good start would be to randomly alternate between vowels and consonants. Then disallow the obviously not usable combinations such as more than 2 consonants/vowels after each other or pointless "jk", "xc", "wq" etc.
I once did that years ago (with German umlauts and common combinations like "sch", "st", "sp" ...) and the results weren't that random, actually quite funny... it somehow looked like Finnish.
Good idea!
And if storing the random seed one could compress stuff like "hello world" into 4 byte values (.l) when found. It would take a damn long time though to compress a text file and in some situations it might just hang forever (but would be fun to make).
I like logic, hence I dislike humans but love computers.
Problem is similar to solving a password length of 13 characters brute force. Even with the brute force the problem is solved according to the power the computer from several months to several years! And with a random selection problem in general seems impossible in the foreseeable future.
Rook Zimbabwe wrote:I think it is negative because the number is too high... I wonder if there will be a rollover or if the computer will just crash when it gets to 0
It will just roll over.
OR maybe the internet will crash.
I like logic, hence I dislike humans but love computers.