teal-src/util/crand.d.tl
author Matthew Wild <mwild1@gmail.com>
Sat, 08 Oct 2022 23:55:22 +0100
changeset 12759 a09dacf660d2
parent 11463 86904555bffc
permissions -rw-r--r--
util.datetime: Add some missing test cases You guessed it, mutation testing.

local record lib
	bytes : function (n : integer) : string
	enum sourceid "OpenSSL" "arc4random()" "Linux" end
	_source : sourceid
end
return lib