Search Articles — Sudonull

Search Results

In this project

Sudoku JS Generator: bijection and factorials

https://sudonull.com/sudoku-js-generator-bijection-and-factorials

Algorithm for generating unique Sudoku grids in JavaScript: from swaps to factorial bijection. 609 billion variants from one template. Code and math for developers.

Forth Clock Generators in Elixir: Implementation

https://sudonull.com/forth-clock-generators-in-elixir-implementation

Learn how to implement distributed Forth engines on Elixir with message API and time synchronization. Scalable actors without OS limits. Guide for developers.

Ontology Documentation Generator SimpleOntoDoc

https://sudonull.com/ontology-documentation-generator-simpleontodoc

Create a static website for ontologies: classes, properties, UML diagrams, search. Integration into CI/CD for domain models. Developer's guide.

PRNG on 12 timers PHP: entropy 7.1 bits

https://sudonull.com/prng-on-12-timers-php-entropy-7-1-bits

Implementation of an experimental random bytes generator in PHP with 12 timers. Entropy up to 8 bits, code with pauses and switch. Test for tokens and experiments — figure out the nonlinearity.

Trending Now