Package: rlecuyer Version: 0.3-7 Date: 2023-03-23 Title: R Interface to RNG with Multiple Streams Authors@R: c( person("Hana", "Sevcikova", email="hanas@uw.edu", role=c("aut", "cre")), person("Tony", "Rossini", email="anthony.rossini@novartis.com", role="aut"), person("Pierre", "L'Ecuyer", role = "cph", comment="author of the underlying C code")) Description: Provides an interface to the C implementation of the random number generator with multiple independent streams developed by L'Ecuyer et al (2002). The main purpose of this package is to enable the use of this random number generator in parallel R applications. License: GPL (>= 2) URL: http://www.iro.umontreal.ca/~lecuyer/myftp/papers/streams00.pdf NeedsCompilation: yes Repository: https://hanase.r-universe.dev Date/Publication: 2023-03-24 20:51:23 UTC RemoteUrl: https://github.com/hanase/rlecuyer RemoteRef: HEAD RemoteSha: c4fb7af7ae4bbe8e085daf4a3c4fae1d63cffce1 Packaged: 2026-06-24 02:07:15 UTC; root Author: Hana Sevcikova [aut, cre], Tony Rossini [aut], Pierre L'Ecuyer [cph] (author of the underlying C code) Maintainer: Hana Sevcikova