If I use the Random number generator function in different programming languages and I chose the same seed .. Do they have to give me the same random numbers ?
for e
No, unless the two languages happen to use the same algorithm.