ok , in order then:
oop - i managed to typo both this post and the post in the crate if the week thread - the process of the dread copypasta i got the same typo in both nan missed the 'h' my very own github... :embarrass or what... D:
- that should have you now fixed and able to access things
@user16251: you'd be honestly amazed that the number of things that employ the primes crate for any number of stuff from basic math operations where primes are needed of a certain order - say a set of a certain size for a bit of cryptography or for random number seed purposes, and the easiest way to get the size of prime required by far just run super fast though the list to hit the size you need, count 'em off and use those particular ones; then there's the random gens for monte carlo sims/procedural generation of video game landscapes n stuff; furthermore, primes are needed to be generated in large quantities for stuff like other forms of crypto operations - even not so immediate crypto ops apparent, a loada crypto stuff uses a quietly operating set of crypto stuff in background - e.g. RSA keygen needs large random primes, some signature schemes need primes or prime-order groups, often “safe primes” or primes with special structure - so to be able to get to the specific needed primes they gotta climb through the whole set to get to known place; next we then got the terrors of fast arithmetic and modular systems - Finite fields 𝐹𝑝, NTT (Number Theoretic Transform) and Chinese Remainder Theorem (CRT) moving swiftly onwards cos ma scared of that stuff; big-integer multiplication & exact polynomial math (seriously common) employ libraries like GMP/FLINT/NTL and modern “exact math” tooling, all of which use the prime moduli heavily; onward to the worlds of randomness testing, hashing tricks, and “unbiased structure”, number theory / research / verification workloads, data structures / load-balancing / scheduling ( 0 all of which rely I primes stuff like Hash table sizing, Bloom filters / Cuckoo hashing, universal hashing and the statistical test suites for RNGs; next let's consider the number theory world which uses 'em for factoring experiments n verifying conjectures / exploring distributions via prime gaps and constellations; ...ok imma spare you here, and also level with ya- tbh I looked waaaay into this because I was interested originally when doing my cpp work ...and also I din't have a clue either at first so I was wandering the same thing ofc. so to out it simply, I can spew out this kinda examples for another few screens - it just goes on 'n on, but you get the idea i reckon!
- my personal favs are the DSP-adjacent uses cos prime-based rhythm generators for doing polyrhythms, prime-based LFSR-ish patterning and “non-repeating” stepping pattern generation stuff and prime moduli in procedural pattern generators to avoid short cycles are all right up my street of electronic music, so ofc i gotta get a mention of those in

@SkiFire13: Well straight off thanks for the warm welcome by insinuating I didn't actually write the repo or therefore I guess in a any way be responsible for my own work - so you're basically introducing yourself as an absolute ass - welp, frankly real charming. I'm not dumb if you think that was not somehow to be and not to be complained about. yes, I do have times when I employ ai;
(OMG _ CALL THE NEWS - HUMAN BEING EMPLOYS USE OF AI!!! ALERT THE WORLD - THIS MUST NEVER HAVE HAPENED BEOFRE OR BE ALLOWED - WHAT IS THE WORLD COMING TO???? ...or possibly since I have DID I fond it quite useful to lean in the memory of the ai and allow it to nudge me when I suffer the inevitable amnesias and memory loss in a regular basis - pretty much to the point i'll be damned d if at times I could function without the assistance of ai.)
moving on from that=, to answer your question though I'm not certain it deserves it, I attributed the README like that purely because it cam from a whole other repo I wrote a significant period of time before and since I suffer form DSID I experience periods of time long past quite often as if performed by completely different people.
Frankly I'm not fully clear what these use cases of embedded computing your struggling with are - of you're comfortable enough to be familiar with the term embedded computing without having to ask further explanation then one would assume you understand by it's nature it iunv0olves unusually small computer systems that have way less memory power, cpu and other resources - do I really need to further spell this out or do you want the full, essay on 'the uses of embedded computing systems in the 21st century?
I'm afraid that next one has me outright lost as to whether to was a question that i'm baffled by the exact nature of, or just a statement in weird grammar so you'll have to excuse me for not responding frankly I don't think I can.
and finally yes indeed -that extra info i'm sure is muchly appreciated by others reading above - goof for it!