Looking at the java Random class it supports a long as a seed
minecraft for example has a string seed
without writing it yourself obviously, what would I use if I want a string as a seed ?
edit: or to ask differently: how is this done usually ?
like every character casted to int, and then, added or whatever ?