Random number generator

Generate random number when triggered

(12 Votes)
2.1 (Updated 15 years ago)
53.6kB
November 21, 2009
Reaktor 5 or lower

DESCRIPTION

Simple number generator with no repeat. Values are generated within a specified ranged and will never repeat the value twice.

Eg: If range = 10, it`ll genrate rangom numbers from 1 to 10.

Ideal to randomize samples in a sampler.

In version 2.1, I`ve fixed the problems with lower range. Now, even with a range of 2,3,4 etc..., it`ll never repeat the same number twice.

COMMENTS  (6)

a b
5 years ago
Holy...!!!!!!
Manuel Senfft
14 years ago
Nevermind; I made something on my own. ;)
Manuel Senfft
14 years ago
May I use this macro in an ensemble, which I am going to post here? It seems to be a useful macro! :)
Paule
15 years ago
... also
Jean-Francois Tremblay
15 years ago
...
Bill Bainbridge
15 years ago
Forgive the correction, but true random numbers can and do repeat, this is called a series or run, and is one of the natural properties of random numbers. To force a non-repeating series may intuitively be more useful, but it it no longer truly random. -Brainditch
now