Skip to content

Commit

Permalink
wrapping long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
timgilbert committed Nov 11, 2012
1 parent 9cb2a38 commit 253ab84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,8 +1,9 @@
js-weighted-list
================

This is a smallish library which implements a weighted list, from which elements can be picked out at random with
a probability dependent on their weight. The list implements random sampling without replacement.
This is a smallish library which implements a weighted list, from which elements
can be picked out at random with a probability dependent on their weight. The
list implements random sampling without replacement.

As an example:

Expand Down

0 comments on commit 253ab84

Please sign in to comment.