Nasal library: Difference between revisions

Jump to navigation Jump to search
→‎srand(): WIP doc
(→‎getprop(): Some typos)
(→‎srand(): WIP doc)
Line 2,084: Line 2,084:


=== srand() ===
=== srand() ===
Seed the random number generator based upon the current time. Returns 0.
{{WIP}}
{{Nasal doc
|syntax = srand();
|text = Generates a new random seed for the pseudorandom number generator (see {{func link|rand}}). Returns 0.
}}


=== systime() ===
=== systime() ===

Navigation menu