RandomGen (LabVIEW Manager Function)

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.