{
  "authors": [
    "Jeff Carter"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada12",
      "style_checks": "No"
    }
  },
  "depends-on": [
    {
      "gnat": "<13.0 | >=13.3"
    }
  ],
  "description": "True random numbers from a digital camera ",
  "licenses": "BSD-3-Clause",
  "long-description": "# Image_Random\nTrue random numbers from a digital camera\n\nThis works under Linux with the GNAT compiler; modification for other platforms or compilers is left as an exercise for the desperate\n\nIdeally, the camera should have its lens cap on, or have a similar dark covering, so the image is of the camera sensor noise\n\nHowever, another randomly changing scene, such as a lava lamp or aquarium, may also work\n\nThis is slow and only produces 64 random bytes; if you need more, it is probably best to use these bytes to seed a high-quality\npseudo-random number generator, such as the Threefry generator\n",
  "maintainers": [
    "Bent Bracke <bent@bracke.dk>"
  ],
  "maintainers-logins": [
    "bracke"
  ],
  "name": "image_random",
  "origin": {
    "commit": "594a238aeb5b9da8a25b14c077584d6e2431f93b",
    "url": "git+https://github.com/bracke/Image_Random.git"
  },
  "tags": [
    "random",
    "numbers",
    "camera"
  ],
  "version": "20200720",
  "website": "https://github.com/bracke/Image_Random"
}
