Skip to content

Releases: bagnalla/ocamlzar

0.9.3

17 Feb 01:09
f528b20
Compare
Choose a tag to compare

CHANGES:

  • Use Seq.t instead of stream type, memoize default bit streams,
    change init/seed functions, and include stateful 'sampler'
    interface.

0.9.2

10 Apr 17:07
Compare
Choose a tag to compare

CHANGES:

  • API change: include Stream module in root Zar module.

0.9.1

04 Apr 23:24
Compare
Choose a tag to compare

CHANGES:

  • Fix qcheck tests for 32-bit systems and reorganize modules and
    interface to use streams.

0.9

01 Apr 20:00
Compare
Choose a tag to compare
0.9

CHANGES:

  • Initial release. Includes coin, die, and findist samplers with
    QCheck tests for numeric conversion functions.