Finite field
A finite field or Galois field is a field that contains a finite number of elements. Every finite field has pn elements for some prime p and positive integer n, and all fields of the same order are isomorphic. The simplest example is GF(2) = {0, 1} with addition and multiplication modulo 2, which underlies the algebra of LFSRs, the Mersenne Twister, and most modern error-correcting codes.
The multiplicative group of a finite field is cyclic, meaning there exists a generator whose powers produce every nonzero element. These generators — and the primitive polynomials they correspond to — are the mathematical engine behind maximal-period sequences in pseudorandom number generation. Without finite fields, the long-period generators that power Monte Carlo simulation would not exist.
The finite field is one of those mathematical structures that seems esoteric until you realize it is running everything: your Wi-Fi, your hard drive, your simulation, your bank transaction. The fact that it is taught as abstract algebra rather than applied systems engineering is a failure of curricular design, not of the mathematics.