CEE2524S
An invalid seed value was passed to CEERAN0. The random number was set to -1.

Explanation

CEERAN0 was called with a seed value that was out of range.

System action

The random number output was set to -1, and the seed value input was not changed.

Programmer response

Code a seed value between 0 and 2147483646, inclusive, for the CEERAN0 call.

Symbolic Feedback Code

CEE2ES