Commit 2472f81a by Calen Pennington

Be more specific about what the random number generator seed is

parent dd7d3c77
...@@ -41,7 +41,7 @@ class I4xSystem(object): ...@@ -41,7 +41,7 @@ class I4xSystem(object):
module instance object. module instance object.
render_template - a function that takes (template_file, context), and returns render_template - a function that takes (template_file, context), and returns
rendered html. rendered html.
user - The user to base the seed off of for this request user - The user to base the random number generator seed off of for this request
filestore - A filestore ojbect. Defaults to an instance of OSFS based at filestore - A filestore ojbect. Defaults to an instance of OSFS based at
settings.DATA_DIR. settings.DATA_DIR.
replace_urls - TEMPORARY - A function like static_replace.replace_urls replace_urls - TEMPORARY - A function like static_replace.replace_urls
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment