Constructs a Seed with a native uint as input
Construct from a input string. Now here things become interesting
returns the floating point represenatation of this seed
returns the floating point represenatation of this seed
gets the seed
sets the seed
sets the seed from string uses djb2 - http://www.cse.yorku.ca/~oz/hash.html
A seed is the seed (tadaa) for all procedual generations inside the engine. It can be initialized with all types of input, always resulting in a long as representation. Also there is a fixed conversion into float/double and other types