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.

26 lines
635 B
XML

<?xml version="1.0" encoding="ISO-8859-15"?>
<!DOCTYPE f SYSTEM "function.dtd">
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
<f>
<Funktionsname>llirq_GetRand</Funktionsname>
<Beschreibung>Liefert eine 31-Bit Integerzahl. Bit 32 ist immer 0.</Beschreibung>
<Returnwert>
<Typ>TxU32</Typ>
<Beschreibung>31-Bit Zufallszahl</Beschreibung>
</Returnwert>
<Parameter>
<Arg>
<Typ>void</Typ>
<Variablename/>
<Beschreibung/>
</Arg>
</Parameter>
<Location>
<Headerfile>llirq.h</Headerfile>
<Sourcefile>llirq.cpp</Sourcefile>
</Location>
<Beispiel>
<Samplefile>test_rand.cpp</Samplefile>
</Beispiel>
</f>