This document summarizes an algorithm for the fast inversion of the normal cumulative distribution function (CDF) based on Marsaglia's method. It represents numbers in a way that allows sample points of the inverse CDF to be extracted via bit manipulation for very fast evaluation. The algorithm tabulates sample values and uses quadratic interpolation between them, indexing the values in a way that can be computed with one bit operation. This allows for inverse CDF computation in less than 5 CPU instructions on most machines.