{
  "_id": "6a12cda2acfb0bcc41d219a4",
  "Package": "zigg",
  "Type": "Package",
  "Title": "Lightweight Interfaces to the 'Ziggurat' Pseudo Random Number\nGenerator",
  "Version": "0.0.2",
  "Date": "2025-02-07",
  "Authors@R": "person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\",\ncomment = c(ORCID = \"0000-0001-6419-907X\"))",
  "Description": "The 'Ziggurat' pseudo-random number generator (or PRNG),\nintroduced by Marsaglia and Tsang (2000,\n<doi:10.18637/jss.v005.i08>) and further improved by Leong et\nal (2005, <doi:10.18637/jss.v012.i07>), offers a lightweight\nand very fast PRNG for the normal, exponential, and uniform\ndistributions. It is provided here in a small zero-dependency\npackage. It can be used from R as well as from 'C/C++' code in\nother packages as is demonstrated by four included sample\npackages using four distinct methods to use the PRNG presented\nhere in client package. The implementation is influenced by our\npackage 'RcppZiggurat' which offers a comparison among multiple\nalternative implementations but presented here in a\nlighter-weight implementation that is easier to use by other\npackages. The PRNGs provided are generally faster than the ones\nin base R: on our machine, the relative gains for normal,\nexponential and uniform are on the order of 7.4, 5.2 and 4.7\ntimes faster than base R. However, these generators are of\npotentially lesser quality and shorter period so if in doubt\nuse of the base R functions remains the general recommendation.",
  "URL": "https://github.com/eddelbuettel/zigg",
  "BugReports": "https://github.com/eddelbuettel/zigg/issues",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.0.1",
  "Repository": "https://eddelbuettel.r-universe.dev",
  "Date/Publication": "2026-03-25 01:53:31 UTC",
  "RemoteUrl": "https://github.com/eddelbuettel/zigg",
  "RemoteRef": "HEAD",
  "RemoteSha": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-24 10:02:56 UTC",
    "User": "root"
  },
  "Author": "Dirk Eddelbuettel [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6419-907X>)",
  "Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
  "MD5sum": "b0f2e2b09601cb65b3dbb2e0dbb4876f",
  "_user": "eddelbuettel",
  "_type": "src",
  "_file": "zigg_0.0.2.tar.gz",
  "_fileid": "4da4dc93ec96b61c6b7bad1e348540d6bf3384479ef4fd989b4d83f48dd1d048",
  "_filesize": 105531,
  "_sha256": "4da4dc93ec96b61c6b7bad1e348540d6bf3384479ef4fd989b4d83f48dd1d048",
  "_created": "2026-05-24T10:02:56.000Z",
  "_published": "2026-05-24T10:06:26.333Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77588947024,
      "time": 142,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184250671"
    },
    {
      "job": 77588946992,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184246665"
    },
    {
      "job": 77588947008,
      "time": 149,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184251424"
    },
    {
      "job": 77588947006,
      "time": 100,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184246393"
    },
    {
      "job": 77588947000,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184246286"
    },
    {
      "job": 77588946975,
      "time": 132,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184249616"
    },
    {
      "job": 77588946969,
      "time": 62,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184242686"
    },
    {
      "job": 77588946988,
      "time": 176,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184254143"
    },
    {
      "job": 77588832215,
      "time": 123,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184236230"
    },
    {
      "job": 77588946965,
      "time": 82,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184244716"
    },
    {
      "job": 77588946979,
      "time": 66,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184242986"
    },
    {
      "job": 77588946972,
      "time": 60,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184242454"
    },
    {
      "job": 77588946978,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184244179"
    }
  ],
  "_buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/eddelbuettel/zigg",
  "_commit": {
    "id": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
    "author": "Dirk Eddelbuettel <edd@debian.org>",
    "committer": "Dirk Eddelbuettel <edd@debian.org>",
    "message": "Use rapt with default version of r-ci\n",
    "time": 1774403611
  },
  "_maintainer": {
    "name": "Dirk Eddelbuettel",
    "email": "edd@debian.org",
    "login": "eddelbuettel",
    "mastodon": "@eddelbuettel@mastodon.social",
    "bluesky": "@eddelbuettel.com",
    "linkedin": "in/dirkeddelbuettel",
    "orcid": "0000-0001-6419-907X",
    "twitter": "@eddelbuettel",
    "description": "",
    "uuid": 673121
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "eddelbuettel",
  "_selfowned": true,
  "_usedby": 215,
  "_updates": [
    {
      "week": "2026-12",
      "n": 2
    },
    {
      "week": "2026-13",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "eddelbuettel",
      "count": 34,
      "uuid": 673121
    }
  ],
  "_userbio": {
    "uuid": 673121,
    "type": "user",
    "name": "Dirk Eddelbuettel"
  },
  "_downloads": {
    "count": 22191,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/zigg"
  },
  "_devurl": "https://github.com/eddelbuettel/zigg",
  "_searchresults": 4,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/zigg.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/eddelbuettel/zigg",
  "_realowner": "eddelbuettel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2025-01-31"
    },
    {
      "version": "0.0.2",
      "date": "2025-02-07"
    }
  ],
  "_exports": [
    "zrexp",
    "zrnorm",
    "zrunif",
    "zsetseed"
  ],
  "_help": [
    {
      "page": "zigg-package",
      "title": "Lightweight Interfaces to the 'Ziggurat' Pseudo Random Number Generator",
      "topics": [
        "zigg-package",
        "zigg"
      ]
    },
    {
      "page": "zrnorm",
      "title": "Ziggurat Pseudo Random Number Generators",
      "topics": [
        "zrexp",
        "zrnorm",
        "zrunif",
        "zsetseed"
      ]
    }
  ],
  "_readme": "https://github.com/eddelbuettel/zigg/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 8.058826575048782,
  "_indexed": true,
  "_nocasepkg": "zigg",
  "_universes": [
    "eddelbuettel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T10:05:27.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "1b7bda78238db67c2c6778544a3d68bba80f615e2c6f45efcfb7db09441bfe6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T10:04:45.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "8bcd1f58b4965452748cc0ec4871bb2bc32593dd373717dd2afbb7d0e263b29a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T10:05:35.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "6a6cc0294ad20eb050415ae58148bde71c74c79cc20a6dfbb7b3b13bf9bb0cdb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T10:04:43.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "e5a0e2b54de75d302695486a8128a3b91a031f4ecdb54cf2a2dd285bf9295e4d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T10:04:36.000Z",
      "arch": "aarch64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "a39562c06b7ea935fe1266ccf2d7495046a15432d65ae2ca872131c5b3a8e190",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T10:05:08.000Z",
      "arch": "x86_64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "82ad4faae5fb474a02206dc1f83cd5718bf7046f7d7753cf7e143b2e0da82189",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T10:04:08.000Z",
      "arch": "aarch64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "e6498590683fc9a7410d1dd346d5cc80db8f61bf7b0d01b98b647aa0e2aef3db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T10:05:46.000Z",
      "arch": "x86_64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "da6967fe3b7725eccfa50d978177e2c8ad479d3388fe959ed2e65f9992f4ae48",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.2",
      "date": "2026-05-24T10:04:36.000Z",
      "arch": "emscripten",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "2e070c3bf416da5e9ec5f39b3c00dcdc8ecb6d2c4c885337a67c353b5ee65c8b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T10:03:56.000Z",
      "arch": "x86_64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "3b97bffcd1a3f9fb66d7921ebe8fb901153e567b7b39dff3d83fc773b91f690e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T10:03:57.000Z",
      "arch": "x86_64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "cdb057ba649c538a4a8b95f5629e513119256bc1c930fae31959a0438752845a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T10:03:58.000Z",
      "arch": "x86_64",
      "commit": "41d9c243f972e2aeb53fb3cb74b9237c10304d0c",
      "fileid": "25170f4e54aee06ff2427e3add15cedac0d310ea69605bb8a6d54bd30473051b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/26358228736"
    }
  ]
}