Deterministic random bit generators (DRBGs) are essential tools in modern cryptography for generating secure and unpredictable random numbers. The ISO DRBG standards provide guidelines for designing and implementing DRBGs, including four algorithms: \(\textsf{HASH}\text {-}\textsf{DRBG}\) , \(\textsf{HMAC}\text {-}\textsf{DRBG}\) , \(\textsf{CTR}\text {-}\textsf{DRBG}\) , and \(\textsf{OFB}\text {-}\textsf{DRBG}\) . While security analyses have been conducted for the former three algorithms, there is a lack of specific security analysis for the \(\textsf{OFB}\) - \(\textsf{DRBG}\) algorithm. We prove its security in the robustness security framework that has been used to analyze \(\mathsf {CTR\text {-}DRBG}\) by Hoang and Shen at Crypto 2020. More precisely, we prove that \(\textsf{OFB}\) - \(\textsf{DRBG}\) provides \(O(\min \left\{ \frac{\lambda }{3}, \frac{n}{2} \right\} )\) -bit security, including ideal cipher queries, where \(\lambda \) and n denote the lower bound of min-entropy and the size of the underlying block cipher, respectively. The proof strategy is to transform the robustness game of \(\textsf{OFB}\) - \(\textsf{DRBG}\) into an indistinguishability game and then apply the H-coefficient technique to upper bound the distinguishing advantage.