Skip to content
Snippets Groups Projects
Commit 509be709 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Adding a bit more info from the model documentation

parent 8cac12b2
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!350Merge branch 'branch-4.2' into master-branch-4.2-merge,!349Adding 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.
...@@ -4,6 +4,10 @@ use Exporter; ...@@ -4,6 +4,10 @@ use Exporter;
#// \page Noise Noise.pm #// \page Noise Noise.pm
#// Documentation for Noise.pm #// Documentation for Noise.pm
#// This Noise part generates uniform random noise in the
#// (0, 1) range. This block utilizes the pseudo-random number
#// generator from page 342 (section 7.1) of the third edition
#// of Numerical recipies.
#// #//
#// \n #// \n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment