Fix reference to debug.srandom

m00002.vtc has long been renamed to vmod/tests/std_b00001.vtc,
so we could also reference that test case, but I guess a debug
CLI command should be warning enough...
parent 4c525af6
......@@ -48,8 +48,9 @@ $Function REAL random(REAL lo, REAL hi)
Returns a random real number between *lo* and *hi*.
This function uses the "testable" random generator in varnishd which
enables deterministic tests to be run (See ``m00002.vtc``). This
function should not be used for cryptographic applications.
enables deterministic tests to be run (See ``debug.srandom`` CLI
command). This function should not be used for cryptographic
applications.
Example::
......
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