{
  "_id": "6a22aa4e0ef520ea2f58b3b3",
  "Package": "cryptorng",
  "Type": "Package",
  "Title": "Access System Cryptographic Pseudorandom Number Generators",
  "Version": "0.1.4",
  "Authors@R": "c(\nperson(\"Mike\", \"Cheng\", role = c(\"aut\", \"cre\", 'cph'), email = \"mikefc@coolbutuseless.com\")\n)",
  "Maintainer": "Mike Cheng <mikefc@coolbutuseless.com>",
  "Description": "Generate random numbers from the Cryptographically Secure\nPseudorandom Number Generator (CSPRNG) provided by the\nunderlying operating system. System CSPRNGs are seeded\ninternally by the OS with entropy it gathers from the system\nhardware. The following system functions are used:\narc4random_buf() on macOS and BSD; BCryptgenRandom() on\nWindows; Sys_getrandom() on Linux.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.1",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/coolbutuseless/cryptorng",
  "BugReports": "https://github.com/coolbutuseless/cryptorng/issues",
  "Repository": "https://coolbutuseless.r-universe.dev",
  "Date/Publication": "2024-05-31 07:11:45 UTC",
  "RemoteUrl": "https://github.com/coolbutuseless/cryptorng",
  "RemoteRef": "HEAD",
  "RemoteSha": "fe69b12f346242aacf3386bf16d9d137461fbf99",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-05 10:47:23 UTC",
    "User": "root"
  },
  "Author": "Mike Cheng [aut, cre, cph]",
  "MD5sum": "fcde74b36f95b951fece3c8770a5ec95",
  "_user": "coolbutuseless",
  "_type": "src",
  "_file": "cryptorng_0.1.4.tar.gz",
  "_fileid": "317fca796714da178700b8a04cf6c85391ead41abd692a711ddef60396a4669c",
  "_filesize": 87566,
  "_sha256": "317fca796714da178700b8a04cf6c85391ead41abd692a711ddef60396a4669c",
  "_created": "2026-06-05T10:47:23.000Z",
  "_published": "2026-06-05T10:51:58.522Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79712603582,
      "time": 109,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7434764854"
    },
    {
      "job": 79712603560,
      "time": 99,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7434761199"
    },
    {
      "job": 79712603613,
      "time": 111,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434765879"
    },
    {
      "job": 79712603645,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434764044"
    },
    {
      "job": 79712603530,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7434757563"
    },
    {
      "job": 79712603584,
      "time": 172,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7434781306"
    },
    {
      "job": 79712603548,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434766533"
    },
    {
      "job": 79712603571,
      "time": 239,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434800343"
    },
    {
      "job": 79712208701,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434733291"
    },
    {
      "job": 79712603607,
      "time": 78,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 79712603490,
      "time": 70,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7434753260"
    },
    {
      "job": 79712603518,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7434755631"
    },
    {
      "job": 79712603504,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434760818"
    }
  ],
  "_buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/coolbutuseless/cryptorng",
  "_commit": {
    "id": "fe69b12f346242aacf3386bf16d9d137461fbf99",
    "author": "mike <mikefc@coolbutuseless.com>",
    "committer": "mike <mikefc@coolbutuseless.com>",
    "message": "bump version for CRAN fixes [no ci]\n",
    "time": 1717139505
  },
  "_maintainer": {
    "name": "Mike Cheng",
    "email": "mikefc@coolbutuseless.com",
    "login": "coolbutuseless",
    "description": "Cool, but useless.",
    "uuid": 181818
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "coolbutuseless",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "coolbutuseless",
      "count": 14,
      "uuid": 181818
    }
  ],
  "_userbio": {
    "uuid": 181818,
    "type": "user",
    "name": "mikefc",
    "description": "Cool, but useless."
  },
  "_downloads": {
    "count": 547,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cryptorng"
  },
  "_devurl": "https://github.com/coolbutuseless/cryptorng",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cryptorng.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/coolbutuseless/cryptorng",
  "_realowner": "coolbutuseless",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2024-04-28"
    },
    {
      "version": "0.1.3",
      "date": "2024-05-30"
    },
    {
      "version": "0.1.4",
      "date": "2024-06-02"
    }
  ],
  "_exports": [
    "rcrypto"
  ],
  "_help": [
    {
      "page": "rcrypto",
      "title": "Generate random numbers using platform-specific cryptographically secure pseudorandom number generators",
      "topics": [
        "rcrypto"
      ]
    }
  ],
  "_readme": "https://github.com/coolbutuseless/cryptorng/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "cryptorng",
  "_universes": [
    "coolbutuseless"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-05T10:49:27.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "bc03f42f2d6bd98046adb0bdbb070adbc877993e11ec0698c9d37d478ddfc3d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-05T10:49:12.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "b1250285488ba160fcb77f1f4be39cc63e49bf371df11b57270c6928db24de1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-05T10:49:30.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "d9b8f46d846c26dfcd0b60bcd797013510400dc8ce1c614d99982102e89f2a53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-05T10:49:19.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "65549a2adbcd5a9b87b173c140d7132cc37059791ba5f63c98413e439cfedd30",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-05T10:48:56.000Z",
      "arch": "aarch64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "833c74829ef8deca6bc7d0282034eb6b66c4b2bd4ae044f853ceab9720290da3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-05T10:50:16.000Z",
      "arch": "x86_64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "ae61e1a7776f6e864dafd788e71a9aff4c4ea6e742bc69a233abe6ec2b0725d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-05T10:49:23.000Z",
      "arch": "aarch64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "e85835358b19f75e947ffe6638d2667e609045c1200ffbc597a1017707e6aa15",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-05T10:51:07.000Z",
      "arch": "x86_64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "0d0bbba7886d888952e2e9a6141956a8f9aefc47ac911a19debb0b5dcd128092",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-05T10:48:31.000Z",
      "arch": "x86_64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "26cd8403b814e6c60ae30463f26803f3341be0a8f14e6b998cd4a321ccf2263d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-05T10:48:35.000Z",
      "arch": "x86_64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "5bc859aa37e84eff295b3d057e3c876825a6d301079c100e728519a5f02fd7a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-05T10:48:51.000Z",
      "arch": "x86_64",
      "commit": "fe69b12f346242aacf3386bf16d9d137461fbf99",
      "fileid": "edcde6b0c0d4c9008833b9515d6dff98701fb17640cc5b566c97a024f47d51b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27010358603"
    }
  ]
}