4.2.36. GNATCOLL.OS.Random
package GNATCOLL.OS.Random is
procedure Random_Bytes
(Buffer : System.Address;
Size : Interfaces.C.size_t);
-- Low level interface to the CSPRNG that fill a buffer of size Size with
-- random data.
end GNATCOLL.OS.Random;