Spawning infinite game Objects with a random position

Hello! I think the title says all about my question: how can I spawn infinite enemies with a random position in a top down game? I want the enemies to spawn infinitely in x and y position. Thanks for the help!
Dvxl

By definition, it’s impossible to spawn them infinitely because it will just crash the game. What do you mean by infinite ? It keeps spawning over time ? You want to spawn them all at launch ?

Please explain more specifically what you mean by infinite.