return { summary = 'A pseudo-random number generator.', description = [[ A RandomGenerator is a standalone object that can be used to independently generate pseudo-random numbers. If you just need basic randomness, you can use `lovr.math.random` without needing to create a random generator. ]], constructor = 'lovr.math.newRandomGenerator' }