Python Forum
Random Generator: From Word to Numbers, from Numbers to n possibles Words
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Random Generator: From Word to Numbers, from Numbers to n possibles Words
#1
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?
Reply
#2
We will help, but you must make an effort.
Please see: https://python-forum.io/misc.php?action=help&hid=52
Reply
#3
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python OOP - two numbers ben1122 31 8,042 Oct-02-2021, 01:03 PM
Last Post: ben1122
  Check if all the numbers are higher than five and if not... banidjamali 3 2,090 Jan-11-2021, 11:25 AM
Last Post: banidjamali
  Counting numbers in other lines LewAlbert 6 112,170 Dec-12-2020, 07:38 PM
Last Post: deanhystad
  How can I found how many numbers are there in a Collatz Sequence that I found? cananb 5 3,758 Nov-23-2020, 05:15 PM
Last Post: cananb
  Convert list of numbers to string of numbers kam_uk 5 2,990 Nov-21-2020, 03:10 PM
Last Post: deanhystad
  Getting largest indices of array less than or equal to an array of numbers schniefen 5 2,624 Nov-02-2020, 08:14 PM
Last Post: schniefen
  Positive and negative numbers in a row peterp 1 1,746 Oct-29-2020, 02:42 AM
Last Post: deanhystad
  Printing sequence of numbers kam_uk 1 2,829 Sep-27-2020, 01:50 PM
Last Post: perfringo
  Convert multiple decimal numbers in string to floats Katy8 6 3,530 Aug-16-2020, 06:06 PM
Last Post: Katy8
  Return the sum of the first n numbers in the list. pav1983 3 4,048 Jun-24-2020, 03:37 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020