Is it possible to get a secure random number generator from a secure hash function this way
First choose a natural number $n$ as seed, then if we are looking to generate random numbers from $0$ to $F$ (in hex), the first in the sequence is the last digit in the hash of $n$, the second in the sequence is the last digit in the hash of $n+1$, and so on. Does this make a secure PRNG.