Random number generator
Posted: Sun Mar 24, 2019 6:57 pm
Im using Rand Module to make a Random number generator, i assumed the seed option would allow for the input of a seed then a sequence of random number based of that seed, bbut it does not work how i expect. to clarify i want to input a value or string as a seed and based of that seed the random numbers should always have the same sequence.
I.E-- Seed = egg : result = 1,,5,33,7,,5,6,3,4...ect.. so egg should always produce this sequence.
Any idea how i can get this behaviour?
Thanks.
I.E-- Seed = egg : result = 1,,5,33,7,,5,6,3,4...ect.. so egg should always produce this sequence.
Any idea how i can get this behaviour?
Thanks.
