Rand
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
rand (DNM Script function)
Contents |
[edit]
full declaration
int rand()
[edit]
return value
[edit]
description
returns a pseudorandom integer in the range 0 to 32767
rand is an equivalent for Windows Api function rand, thus you can find it on MSDN here: http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=rand
[edit]
