| 142 | | * Create an instance of the default non-pseudo random number generator. |
|---|
| 143 | | * |
|---|
| 144 | | * @returns IPRT status code. |
|---|
| 145 | | * @retval VERR_NOT_SUPPORTED on platforms which doesn't have this feature |
|---|
| 146 | | * (Windows & OS/2). |
|---|
| | 141 | * Create an instance of the faster random number generator for the OS. |
|---|
| | 142 | * |
|---|
| | 143 | * @returns IPRT status code. |
|---|
| | 144 | * @retval VERR_NOT_SUPPORTED on platforms which doesn't have this feature. |
|---|
| | 145 | * @retval VERR_FILE_NOT_FOUND on system where the random generator hasn't |
|---|
| | 146 | * been installed or configured correctly. |
|---|
| | 147 | * @retval VERR_PATH_NOT_FOUND for the same reasons as VERR_FILE_NOT_FOUND. |
|---|
| | 148 | * |
|---|
| 157 | | * systems will have will have problems producing sufficient randomness for this |
|---|
| 158 | | * and you'll end up blocking. |
|---|
| 159 | | * |
|---|
| 160 | | * @returns IPRT status code. |
|---|
| 161 | | * @retval VERR_NOT_SUPPORTED on platforms which doesn't have this feature |
|---|
| 162 | | * (Windows & OS/2). |
|---|
| | 159 | * systems will have will have problems producing sufficient entropy for this |
|---|
| | 160 | * and you'll end up blocking while it accumulates. |
|---|
| | 161 | * |
|---|
| | 162 | * @returns IPRT status code. |
|---|
| | 163 | * @retval VERR_NOT_SUPPORTED on platforms which doesn't have this feature. |
|---|
| | 164 | * @retval VERR_FILE_NOT_FOUND on system where the random generator hasn't |
|---|
| | 165 | * been installed or configured correctly. |
|---|
| | 166 | * @retval VERR_PATH_NOT_FOUND for the same reasons as VERR_FILE_NOT_FOUND. |
|---|
| | 167 | * |
|---|