nedbrek / Atlantis

Main Atlantis development Repository
GNU General Public License v2.0
9 stars 3 forks source link

Replace old random with rand() #122

Open ghost opened 5 years ago

ghost commented 5 years ago

This attempts to achieve 'true random' by using the standard rand() used in the 'modern c++' of 8 years ago as opposed to the magical algorithm used prior.

Mochnant commented 5 years ago

In light of the worldgen potential issue, can we see some before and after world gen images?

Mochnant commented 5 years ago

@Daeskmoor Would love to see this merged. Can we get some sample worldgen images to be sure there is no change there?