thue_morse

Crates.iothue_morse
lib.rsthue_morse
version0.1.1
created_at2025-03-19 22:41:59.545169+00
updated_at2025-03-19 23:04:33.804241+00
descriptionA library for generating Thue-Morse number sequences for different bases. You can also specifically create evil numbers and odious numbers.
homepage
repositoryhttps://github.com/AustinHellerRepo/thue_morse
max_upload_size
id1598673
size21,093
(AustinHellerRepo)

documentation

README

thue_morse

A library for calculating the Thue-Morse sequence number given a specific index. You can also specifically create evil numbers and odious numbers.

Usage

Create a ThueMorseProvider for a specific base and then a ThueMorseIterator can be created from that instance using the into_iter function. Create an EvilNumberIterator or OdiousNumberIterator instance to generate evil numbers or odious numbers respectively.

Commit count: 2

cargo fmt