{"id":20306018,"url":"https://github.com/olyutorskii/aletojio","last_synced_at":"2026-05-26T23:33:03.679Z","repository":{"id":104445650,"uuid":"545527910","full_name":"olyutorskii/Aletojio","owner":"olyutorskii","description":"Aletojio is a Java library that supports manipulation of random number and entropy.","archived":false,"fork":false,"pushed_at":"2026-03-02T12:40:12.000Z","size":155,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-02T16:34:37.157Z","etag":null,"topics":["algorithm","entropy","java","library","prng","pseudo-random-generator","random","random-generation","random-number-generators"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olyutorskii.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-04T14:26:45.000Z","updated_at":"2026-03-02T12:37:20.000Z","dependencies_parsed_at":"2025-12-03T10:05:27.726Z","dependency_job_id":null,"html_url":"https://github.com/olyutorskii/Aletojio","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/olyutorskii/Aletojio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FAletojio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FAletojio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FAletojio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FAletojio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olyutorskii","download_url":"https://codeload.github.com/olyutorskii/Aletojio/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyutorskii%2FAletojio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33543973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","entropy","java","library","prng","pseudo-random-generator","random","random-generation","random-number-generators"],"created_at":"2024-11-14T17:11:21.785Z","updated_at":"2026-05-26T23:33:03.655Z","avatar_url":"https://github.com/olyutorskii.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aletojio #\n\n[![Java CI with Maven](https://github.com/olyutorskii/Aletojio/actions/workflows/maven.yml/badge.svg)](https://github.com/olyutorskii/Aletojio/actions/workflows/maven.yml)\n[![CodeQL](https://github.com/olyutorskii/Aletojio/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/olyutorskii/Aletojio/actions/workflows/codeql-analysis.yml)\n\n-----------------------------------------------------------------------\n\n## What is Aletojio ? ##\n\n* **Aletojio** is a Java library\nthat supports manipulation of random number and entropy.\n\n* Aletojio provides compressor to enrich entropy for poor random numbers.\n\n* Aletojio provides 32bit bijection hush functions(S-box \u0026 P-box)\n to realize Shannon's \"Confusion and diffusion\".\n\n* Aletojio provides some classic and modern implementations of pseudo random number generators. (PRNG)\n\n    * RANDU :   IBM Scientific Subroutine Library for IBM System/360\n    * MINSTD0 : C++11's minstd_rand0\n    * MINSTD :  C++11's minstd_rand\n    * GLIBC :   glibc rand()\n    * LRAND48 : glibc lrand48()\n    * MRAND48 : glibc mrand48()\n    * MWC : Multiply-with-carry\n    * CMWC : Complementary-multiply-with-carry\n    * Lagged Fibonacci\n    * LFSR : Fibonacci Linear-feedback shift register\n    * XorShift\n    * Xoshiro256++\n    * Xoshiro256**\n    * Xoroshiro128++\n    * Xoroshiro128**\n\n\n## API document ##\n* [API docs](https://olyutorskii.github.io/Aletojio/apidocs/index.html)\n* [Maven report](https://olyutorskii.github.io/Aletojio/)\n\n\n## How to build ##\n\n* Aletojio needs to use [Maven 3.3.9+](https://maven.apache.org/)\nand JDK 1.8+ to be built.\n\n* Aletojio runtime does not depend on any other library at all.\nJust compile Java sources under `src/main/java/`\nif you don't use Maven nor JUnit nor resource-access.\n\n\n## License ##\n\n* Code is under [The MIT License][MIT].\n\n\n## Project founder ##\n\n* By [Olyutorskii](https://github.com/olyutorskii) at 2022\n\n\n## Key technology ##\n\n- [Pseudorandom number generator (Wikipedia)](https://en.wikipedia.org/wiki/Pseudorandom_number_generator)\n- [Confusion_and_diffusion (Wikipedia)](https://en.wikipedia.org/wiki/Confusion_and_diffusion)\n- [Open Java Development Kit][JDK]\n\n\n[MIT]: https://opensource.org/licenses/MIT\n[JDK]: https://openjdk.java.net/\n\n\n--- EOF ---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyutorskii%2Faletojio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folyutorskii%2Faletojio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyutorskii%2Faletojio/lists"}