Adding Noise module parameter that will allow the designer to specify a seed in order to re-run with the same RNG, also initializing the RNG with a tsc based seed by default. Updating some language around seeding the noise part.
Compare changes
Files
3+ 36
− 27
@@ -4,6 +4,10 @@ use Exporter;
@@ -13,31 +17,32 @@ $init_code_printed = 0;
@@ -47,10 +52,10 @@ inline unsigned long noise_int64() {
@@ -60,8 +65,8 @@ $printed = 1;
@@ -69,23 +74,27 @@ sub checkInputConnect {
@@ -93,7 +102,7 @@ sub frontEndInitCode {