I'm trying to write an autonomous music composition program that makes use of many random number generators in order to make seemingly random melodies but I have no clue how to formulate a rigorous formula or algorithm to create actual random numbers. Any help would be greatly appreciated.
2026-04-01 12:46:12.1775047572
How to create a random number generator that is completely random.
321 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can't. It is impossible. There are however good libraries out there for pseudo-random number generation.
Here's a list of generators: http://en.wikipedia.org/wiki/List_of_pseudorandom_number_generators
Is there a particular programming language you are using?