Hi,
You can use /dev/random to create a random number of characters for instance to feed into a hashing function.
According to this post,
Intel Edison is able to gather entropy through hardware which should make the generated random numbers less problematic than a pseudo-random generator.