
18 Feb
2008
18 Feb
'08
11:54 a.m.
On Mon, 2008-02-18 at 11:37 +0000, Luke Palmer wrote:
On Feb 18, 2008 5:11 AM, Stuart Cook
wrote: A while ago I wrote a little data structure that allows weighted random selection-without-replacement from a collection of values in O(log n) time.[1] I'm now in the process of packaging it up for Hackage, but I'm looking for good names for both the type and its operations.
I'm pretty sure it should have Random in the name whatever it is called.
Obvious idea: How about WeightedRandom? Michał