You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
938 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE Function SYSTEM "function.dtd">
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
<Function>
<f>
<Funktionsname>llirq_GetRand</Funktionsname>
<Beschreibung>Liefert eine zufällige 31-Bit Integerzahl. Bit 32 ist immer 0. Parameter MAX schränkt höchst Wert ein. </Beschreibung>
<Returnwert>
<Typ>TxU32</Typ>
<Beschreibung>31-Bit Zufallszahl im Bereich 0 bis Max Parameter Wert</Beschreibung>
</Returnwert>
<Parameter>
<Arg>
<Typ>int</Typ>
<Variablename>Max</Variablename>
<Beschreibung>Maximal Wert für Zufallszahl. </Beschreibung>
</Arg>
</Parameter>
<Location>
<Headerfile>llirq.h</Headerfile>
<Sourcefile>llirq.cpp</Sourcefile>
</Location>
<Beispiel>
<Samplefile>llirq_Samples.html</Samplefile>
</Beispiel>
</f>
</Function>