Random seed on EventBegin Play

If by that you mean a game launch:

  • create a Save Game object and save an int variable there when the user quits
  • when we boot again:
    – check if a save game exist, if so → load the save game
    – read the value of the saved variable, add 1
    – set the New Seed for the stream.