In some cryptographic applications random numbers are required (e.g., when generating cryptographic keys and generating digital signatures). To obtain random numbers, we usually first get random bits and then convert them into random numbers. Several methods to convert a sequence of random bits into a sequence of random numbers are known and some of them are standardized. Recently, ISO/IEC JTC 1/SC 27/WG 2 decided to add two more methods, the simple partial discard method and the complex partial discard method, to the existing four standard methods. Meanwhile, CRYSTALS-Kyber is the only public-key encryption and key-establishment algorithm selected for the post-quantum cryptography standardization project by NIST (National Institute of Standards and Technology). It uses an algorithm called Parse that takes a byte stream as input and outputs a polynomial of degree d with coefficients in Z q (for some positive integer d and prime q) using the simple discard method to generate key pairs. In this paper, we apply the simple partial discard method to Parse. We show that using the simple partial discard method instead of the simple discard method can reduce the number of bits required by up to 12%. We also show that in some cases, by using the simple partial discard method instead of the simple discard method, a polynomial can be generated up to 8% faster experimentally.INDEX TERMS Conversion methods for random number generation, CRYSTALS-Kyber, Simple discard method, Simple partial discard method.