Core Random Number Generators
Rand and IRand as core macros.

1.2 (Updated 18 years ago)
3.4kB
August 01, 2006
Reaktor 5 or lower
DESCRIPTION
Random number generator macros in Core.
Rand - Generate a random number between [0 and 1.0)
IRand - Generate a random 32-bit integer.
Linear Congruentual RNGs that are ideal for Computer Music use. Fast. And random. And they run for a long time wihtout repeating. What more can one say?
The quest to liberate Core from Primary continues.
(I guess there is one more thing to say after all. These RNGs aren't particularly better or worse than the Primary level rand macro. They just save you the hassle of having to route a random number from primary level).
COMMENTS (3)