Re: Why is Linux the only OS in version identifier list that has a lowercase name?

2016-04-11 Thread marcpmichel via Digitalmars-d-learn

On Sunday, 10 April 2016 at 22:03:54 UTC, Zekereth wrote:
Looking at the list(unless I'm missing something) Linux is the 
only OS that is lowercase.


Is it because Linux is not an OS ? :p



Re: Is continuously seeding a random number generator performance intensive?

2014-01-13 Thread marcpmichel

On Thursday, 2 January 2014 at 20:38:10 UTC, Jeroen Bollen wrote:


Is it good to re-seed a generator for every coordinate, will 
this be performance intensive? Is there maybe way to easily 
implement Generator.at(uint x) in D?


http://www.valion-game.com/337/noise-functions-to-generate-landscapes/

I successfully implemented a D version of the above for my toy 
voxel engine project.
I will be happy to share it ( it's currently not uploaded 
anywhere ).