Source: ocaml-splittable-random Section: ocaml Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper-compat (= 13), ocaml, ocaml-dune, libbase-ocaml-dev, libppx-inline-test-ocaml-dev, libppx-sexp-message-ocaml-dev, libppx-bench-ocaml-dev, libppx-assert-ocaml-dev, dh-ocaml (>= 1.2) Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-splittable-random Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-splittable-random.git Homepage: https://github.com/janestreet/splittable_random Package: libsplittable-random-ocaml-dev Provides: ${ocaml:Provides} Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ocaml-findlib Description: PRNG that can be split into independent streams (dev) A splittable pseudo-random number generator (SPRNG) functions like a PRNG in that it can be used as a stream of random values; it can also be "split" to produce a second, independent stream of random values. . This library implements a splittable pseudo-random number generator that sacrifices cryptographic-quality randomness in favor of performance. . This package contains development files. Package: libsplittable-random-ocaml Provides: ${ocaml:Provides} Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: PRNG that can be split into independent streams (runtime) A splittable pseudo-random number generator (SPRNG) functions like a PRNG in that it can be used as a stream of random values; it can also be "split" to produce a second, independent stream of random values. . This library implements a splittable pseudo-random number generator that sacrifices cryptographic-quality randomness in favor of performance. . This package contains runtime files.