License: AGPL-3
Random numbers generation. Based on https://xod.io/libs/nkrkv/random/
Node | Description |
---|
random | Generates pseudo-random numbers in range [0; 1). Uses a linear congruential generator algorithm. |
random-example | Demonstration. Run in debugger. |
To use the nodes in your project you should have the
wayland/random
library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See
Using libraries for more info.