pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-03-13
2016-03-13 21:40:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
705e617b836edd6ea9566f1368e295c9b69e5874 (
13
lines) (+
11
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Random: Updated some types and AutoDoc.
1358:
*! @[Debug.size_object()], @[lfun::_sizeof()] */
-
/*! @decl mixed lfun::_random()
+
/*! @decl mixed lfun::_random(
function(int(0..
)
:string(8bit)) random_string, @
+
*! function(mixed:mixed) random)
*! Called by @[random()]. Typical use is when the object implements *! a ADT, when a call to this lfun should return a random member of *! the ADT or range implied by the ADT. *!
-
+
*! @param random_string
+
*! A @[RandomInterface()->random_string] function that returns
+
*! a string(8bit) of the specified length.
+
*!
+
*! @param random
+
*! A @[RandomInterface()->random] function.
+
*!
*! @seealso
-
*! @[predef::random()]
+
*! @[predef::random()]
, @[RandomInterface]
*/ /**** END FAKE LFUNS ****/