RandomGen (LabVIEW Manager Function)
- Updated2025-07-30
- 1 minute(s) read
void RandomGen(xp);
Purpose
Generates a random number between 0 and 1 and stores it at xp.
Parameters
| Name | Type | Description |
|---|---|---|
| xp | float64 * | Location to store the resulting double-precision floating-point random number. This parameter is a pointer. |