Skip to content

Commit

Permalink
Expand comments for random number seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-yijun committed Feb 22, 2024
1 parent d6df754 commit 113a83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/world_builder/world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ namespace WorldBuilder
prm.declare_entry("features", Types::PluginSystem("",Features::Interface::declare_entries, {"model"}),"A list of features.");

prm.declare_entry("random number seed", Types::Int(-1),
"Use random number seed input to generate random numbers.");
"This allows the input of a preferred random number seed to generate random numbers."
" If no input is given, this value is -1 and triggers the use of default seed = 1.");

}
prm.leave_subsection();
Expand Down

0 comments on commit 113a83b

Please sign in to comment.