2 English Synonyms for GENERATOR
Prev.1Next
Definition: 1. (mathematics, number theory) For a given modulus n, a number g such that for every a coprime to n there exists an integer k such that gk ≡ a (mod n); a generator (or primitive element) of the multiplicative group, modulo n, of integers relatively prime to n.
Show more information about primitive root
Definition: 1. (programming) A type of coroutine with limited control over its execution flow that can yield values multiple times, suspending its execution and allowing the caller to resume it later. However, unlike full coroutines, semicoroutines do not specify where the execution will continue after yielding; control is always returned to the caller.
Show more information about semicoroutine
Prev.1Next
Search took: 39.33 ms