Added a new random number generating routine, Utilities_RandomBelow.Removed SafeTransientBufferCopyBytes() and SafeLockedBufferCopyBytes(). Use CopyBytes() instead.
PermitRedraw() calls RedrawNow() if it's called from the user actor.
Because you can now link with the standard C library, many Utilities operations that did the work of library routines are no longer needed. The following table lists the name of the operation that has been removed, and the library routine you should use instead.
| Utilities method | Equivalent library routine |
|---|---|
| CompareBytes | memcmp |
| EqualMem | memcmp |
| SPrintF | sprintf |
Additional methods of the Utilities class which were not used have also been removed: PreflightNear(), Guard()