Python Forum
Random Generator: From Word to Numbers, from Numbers to n possibles Words - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Random Generator: From Word to Numbers, from Numbers to n possibles Words (/thread-39104.html)



Random Generator: From Word to Numbers, from Numbers to n possibles Words - Yamiyozx - Jan-01-2023

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?


RE: Random Generator: From Word to Numbers, from Numbers to n possibles Words - Larz60+ - Jan-02-2023

We will help, but you must make an effort.
Please see: https://python-forum.io/misc.php?action=help&hid=52


RE: Random Generator: From Word to Numbers, from Numbers to n possibles Words - deanhystad - Jan-02-2023

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.