hi everyone,<div>I wanted to give my brain a bit of an exercise this morning, and so I wrote a gen_server that, given an arbitrary number of inputs, can provide a statistically random sample of those inputs.</div><div><br>
</div><div>The inputs are passed via handle_cast, and a retrieval via handle_call. If you're interested in keeping a sample of a large amount of data, this could be interesting for you. </div><div><br></div><div>Any comments would be appreciated, and patches / advice more so,</div>
<div><br></div><div><a href="http://schonberger.org/2009/03/28/reservoir-sampling-gen-server-in-erlang.html">http://schonberger.org/2009/03/28/reservoir-sampling-gen-server-in-erlang.html</a><br></div><div><br></div><div>
Thanks,</div><div>Robert</div><div><br>-- <br>Robert Schonberger<br><a href="mailto:rschonberger@gmail.com">rschonberger@gmail.com</a><br><br>
</div>