TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How bad are you at generating random numbers?

5 点作者 RuggeroAltair大约 13 年前
This is a fun silly game. You input 0s and 1s as random as possible. Some algorithm tries to guess what you are going to input based on your patterns.<p>http://seed.ucsd.edu/~mindreader/<p>It is extremely hard to win without a thought strategy, almost impossible.<p>And if you want to test a sequence versus two or three word distribution this is a cool tool:<p>http://www.khanacademy.org/labs/explorations/frequency-stability

2 条评论

Wilduck大约 13 年前
I just won with a score of 9, although I have no idea how I did it.<p>I'm curious how this works. I'm guessing that the underlying algorithm is predicting based on a number of different heuristics, measuring the success of each heuristic, and using the prediction from the most successful heuristic up to that point. This can be a successful strategy for a Rock Paper Scissors bot (see: <a href="http://stackoverflow.com/a/8827797/173292" rel="nofollow">http://stackoverflow.com/a/8827797/173292</a>)<p>If it's implementing that sort of algorithm under the hood then it isn't necessarily measuring true randomness, as there would certainly be deterministic patterns that could beat it. Anyone have the time to type in the binary representation of the fibonacci sequence?
评论 #3849406 未加载
debacle大约 13 年前
Pretty bad, apparently. I can't seem to beat the computer, even if I generate the random string beforehand.
评论 #3848479 未加载