{
  "_id": "6a1158cdacfb0bcc41ceba4d",
  "Package": "randompack",
  "Type": "Package",
  "Title": "Fast Random Number Generation with Multiple Engines and\nDistributions",
  "Version": "0.1.3",
  "Authors@R": "person(\"Kristján\", \"Jónasson\", \nemail = \"jonasson@hi.is\",\nrole = c(\"aut\", \"cre\"))",
  "Author": "Kristján Jónasson [aut, cre]",
  "Maintainer": "Kristján Jónasson <jonasson@hi.is>",
  "Description": "Random number generation library implemented in C with\nmultiple engines and distribution functions, providing an R\ninterface focused on correctness, speed, and reproducibility.\nSupports various PRNGs including xoshiro256++/**, PCG64,\nPhilox, and ChaCha20, with methods for continuous, discrete,\nand multivariate distributions.",
  "License": "BSD_3_clause + file LICENSE",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/jonasson2/randompack",
  "BugReports": "https://github.com/jonasson2/randompack/issues",
  "Collate": "'configure.R' 'continuous.R' 'discrete.R'\n'randompack-package.R' 'rng.R'",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-23 07:29:20 UTC",
    "User": "root"
  },
  "Repository": "https://jonasson2.r-universe.dev",
  "Date/Publication": "2026-04-22 15:46:06 UTC",
  "RemoteUrl": "https://github.com/cran/randompack",
  "RemoteRef": "HEAD",
  "RemoteSha": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
  "MD5sum": "73707bf1dccd9924b5c0a62f5d8223bc",
  "_user": "jonasson2",
  "_type": "src",
  "_file": "randompack_0.1.3.tar.gz",
  "_fileid": "20db9892177f7adfd82aba0d9b09b08c0fc15934d4c7e1ab66dc337f8d5767f9",
  "_filesize": 232851,
  "_sha256": "20db9892177f7adfd82aba0d9b09b08c0fc15934d4c7e1ab66dc337f8d5767f9",
  "_created": "2026-05-23T07:29:20.000Z",
  "_published": "2026-05-23T07:35:41.424Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77506367999,
      "time": 117,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175317554"
    },
    {
      "job": 77506367991,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175316762"
    },
    {
      "job": 77506368009,
      "time": 99,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175315952"
    },
    {
      "job": 77506368006,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175316924"
    },
    {
      "job": 77506368008,
      "time": 142,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175317140"
    },
    {
      "job": 77506368010,
      "time": 347,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175335836"
    },
    {
      "job": 77506368002,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175315643"
    },
    {
      "job": 77506368014,
      "time": 198,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175323122"
    },
    {
      "job": 77506211694,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175306215"
    },
    {
      "job": 77506367978,
      "time": 88,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77506367997,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175314893"
    },
    {
      "job": 77506367990,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175313871"
    },
    {
      "job": 77506367996,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175314176"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/randompack",
  "_commit": {
    "id": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
    "author": "Kristján Jónasson <jonasson@hi.is>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.3\n",
    "time": 1776872766
  },
  "_maintainer": {
    "name": "Kristján Jónasson",
    "email": "jonasson@hi.is",
    "login": "jonasson2",
    "description": "Professor at University of Iceland (math/computer science)",
    "uuid": 47346283
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-17",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.3",
      "date": "2026-04-22"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jonasson2",
      "count": 1,
      "uuid": 47346283
    }
  ],
  "_userbio": {
    "uuid": 47346283,
    "type": "user",
    "name": "Kristján Jónasson",
    "description": "Professor at University of Iceland (math/computer science)"
  },
  "_downloads": {
    "count": 547,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/randompack"
  },
  "_devurl": "https://github.com/jonasson2/randompack",
  "_searchresults": 6,
  "_topics": [
    "openblas"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/randompack.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "jonasson2",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2026-04-22"
    }
  ],
  "_exports": [
    "randompack_engines",
    "randompack_rng"
  ],
  "_help": [
    {
      "page": "randompack-package",
      "title": "randompack: Fast Random Number Generation with Multiple Engines and Distributions",
      "topics": [
        "randompack-package",
        "randompack"
      ]
    },
    {
      "page": "randompack_engines",
      "title": "Available RNG Engines",
      "topics": [
        "randompack_engines"
      ]
    },
    {
      "page": "randompack_rng",
      "title": "Create and Use Random Number Generators",
      "topics": [
        "randompack_rng"
      ]
    }
  ],
  "_readme": "https://github.com/cran/randompack/raw/HEAD/README.md",
  "_rundeps": [
    "R6"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    }
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "randompack",
  "_universes": [
    "jonasson2"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-23T07:31:27.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "6a8c3e5edfd1bb32f1c4b0c861626807c71f61f9cb0c7f6c28b8d6b0afc062bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-23T07:31:17.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "9126beadb1bd521224442c0de82d2007c2b5b9e4e8f1902b25a506e2fd463531",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-23T07:31:12.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "d528787f64af28a6020eef06e7735e3a967a5fdd24bb52ba90300b9d66a8c8f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-23T07:31:18.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "ed9c14105f944d98606d2d6bdbdf08523bdbe7ab4789ba76a0b479b310fcb6b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-23T07:31:23.000Z",
      "arch": "aarch64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "9c823a9c31f66e5b74e4237f15cf463ed27de8b02274dadf3482691c9e8e4bba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-23T07:34:25.000Z",
      "arch": "x86_64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "c83a0584e167f72129420ef22025fb10fb428aec7f6e67c88d87a5986ba2a6db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-23T07:31:08.000Z",
      "arch": "aarch64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "d92a2de69db68281511cf24038a5acdba87f87f74c571585d3e50445ffa6a81a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-23T07:32:18.000Z",
      "arch": "x86_64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "faac68d81881eda5a651a5135e2799705c63c8b5ca9a28f2db646a35472be4de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-23T07:30:44.000Z",
      "arch": "x86_64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "2834ab399a48149b3bb3856d130502c482e19ab92f1527a04ea2d23ab5ba33f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-23T07:30:34.000Z",
      "arch": "x86_64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "14ea770e31cf6e387898d27c2b61e8409c8424936e76d2ee1015cc52a7b877c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-23T07:30:37.000Z",
      "arch": "x86_64",
      "commit": "532e3d4f3c959582b70f791f9d8269e87f6e3ae2",
      "fileid": "1177c35989524a9901cbba06f112e9dc8439652986d3b5d70fe7734f1731673e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasson2/actions/runs/26326901687"
    }
  ]
}