The paper presents a new algorithm for generating pseudo-random numbers using a linear congruential generator (LCG), which is one of the most commonly used methods. It discusses the characteristics of effective pseudo-random number generation, including efficiency, determinism, and how to select appropriate parameters to ensure a long period without repetition. The algorithm utilizes the current date and time as a random seed to create a sequence of random numbers that appears unpredictable.