Top "Deterministic" questions

The system or program exhibits the same behavior in different runs.

Does using heap memory (malloc/new) create a non-deterministic program?

I started developing software for real-time systems a few months ago in C for space applications, and also for microcontrollers …

c++ c real-time deterministic non-deterministic
Deterministic RSA encryption in Java

This is my first question on this site, and I only have a basic mathematical understanding of RSA, so please …

java encryption rsa encryption-asymmetric deterministic
How to merge two finite state automata?

Say I have two deterministic finite state automata represented by the following transition diagrams: FSA for keyword IF: IF ___ ___ _ / \ I / \ …

algorithm finite-automata state-machine deterministic