Python Forum
How to Generate and Print An Array with Random Numbers in Python in the
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Generate and Print An Array with Random Numbers in Python in the
#12
Let me make a wild guess that the issue is in combinatorics. I think.
The objection may be that the probabilities of the numbers being selected varies as the selections are made. Example - select 10 numbers in the range 1 to 20. The first number selected had a probability of being selected of 1 in 20. However, when you get to the last number selected, that number had a probability of being selected of 1 in 11. So, the probabilities vary.
For this problem where it appears you want 25 unique out of [1:100) you could grab 25 numbers, check to see if duplicates, if so then reject that panel and pull another 25 numbers. That would keep the probabilities equal.
Reply


Messages In This Thread
RE: How to Generate and Print An Array with Random Numbers in Python in the - by jefsummers - Sep-19-2019, 03:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Random Generator: From Word to Numbers, from Numbers to n possibles Words Yamiyozx 2 1,447 Jan-02-2023, 05:08 PM
Last Post: deanhystad
  random interger array question rpang 3 1,861 Nov-05-2022, 12:31 PM
Last Post: deanhystad
  Convert list of numbers to string of numbers kam_uk 5 3,049 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,663 Nov-02-2020, 08:14 PM
Last Post: schniefen
  Scaling random numbers within specific range schniefen 4 3,201 Oct-28-2019, 11:22 AM
Last Post: jefsummers
  python homework print the sum of a range of numbers from x to y kirito85 3 3,275 Oct-28-2018, 08:56 AM
Last Post: kirito85
  10x10 Array of Prime Numbers smfox2 1 2,548 Sep-03-2018, 12:36 AM
Last Post: ichabod801
  random numbers and stats cliffhop23 2 6,929 Feb-22-2018, 09:16 PM
Last Post: glidecode
  Regular Expressions in Files (find all phone numbers and credit card numbers) Amirsalar 2 4,124 Dec-05-2017, 09:48 AM
Last Post: DeaD_EyE
  NEED HELP Pseudo-Random Numbers Kongurinn 9 5,489 Oct-23-2017, 04:17 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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