RandomGen (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
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. |