(generate-random session-obj length)
Generates random or pseudo-random data. Returns the `length` bytes of random data in string format, if successful.
(seed-random session-obj seed)
Mixes additional seed material into the token’s random number generator.Returns a `session-obj`, if successful.