Making significant strides towards documenting ScUtil

1:37 pm Erlang, Programming, Tools and Libraries

[digg-reddit-me]My erlang library ScUtil has been public at the ScUtil page for some time now.  Recently, I’ve been working on documenting it.  It’s about half documented in its current state.

Here’s the prototype ScUtil documentation.  I’m open to commentary.

6 Responses

  1. jwecker Says:

    Already use a bunch of these. Thanks for the lib and the documentation.

  2. John Haugeland Says:

    Really? That’s great to know. I didn’t know anyone was using ScUtil but me and a few people from IRC. :D

  3. Kaustubh Bhalerao Says:

    Hey – this is a nice collection of functions I missed in the erlang stdlibs. I’m going to write a set of simulation applications and was hoping that you had implemented some random number generators for various distributions, but I don’t see them in sc.random. Do you know of any? Or should I just jump in and write my own? Would you be interested in including them as an addition to your library?

  4. John Haugeland Says:

    I haven’t really got the urge to build new random distributions – they’re useful, but they’re not the sort of thing I already know how to do well, and PRNGs require serious clue to get at any sort of quality.

    If you’d like to donate them to my library, hell yes I’ll accept them, and I’ll of course credit you for the donations.

  5. Kaustubh Bhalerao Says:

    I was thinking of transliterating this code into Erlang.. I can’t say I know too much about good quality RNGs. However, random.uniform uses Wichman and Hill, which is supposed to be pretty good too.

  6. John Haugeland Says:

    For my readers’ sakes, Mr. Bhalero and I have been talking on the Library Twitter, and his code has been adopted. It’s taking a while because it’s the first time I’ve accepted a whole module, and Kaustubh and I had to come to an understanding on formatting and licensing concerns, and similar.

    But the code’s going in. :D

Leave a Comment

Your comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.