Python Forum

Full Version: Random Generator: From Word to Numbers, from Numbers to n possibles Words
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone, I'm a complete noob, but I would like to ask help to make a little projet.

The Ideia is very simple:

1.I input a seed, that can have a length from 2-30 letters

2.The system give back x numbers. The range of numbers can be pre-determinate on the start and the numbers don't repeat

3.If someone get the out put, and knows the length, be possible to get N seeds that would generate the same output.

Someone know how can I start this project?
We will help, but you must make an effort.
Please see: https://python-forum.io/misc.php?action=help&hid=52
Best way to start is do a better job describing what you are trying to do. This could be done by providing examples of input and output or doing a step by step walkthrough.

And I have no idea what you mean by this:
"If someone get the out put, and knows the length, be possible to get N seeds that would generate the same output."

This makes it sound like the output is not dependent on the seed.