Description Usage Arguments Details Author(s) Examples
This utility sets the internal random seed used by mixer.
1 | setSeed( seed = 1 )
|
seed |
sets the seed of the internal random generator in the mixer C/C++ libraries (integer value). |
Sets the seed of the random generator (srand
) in the C standard
library. This random generator is used inside the mixer initialization
stage. This function is useful to generate exactly the same initial
conditions before two mixer
runs.
G. Grasseau
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.