pksunkara/pgx_ulid

where is rand()

Closed this issue · 2 comments

I am reading the code, of course, I am new to Rust.
and I can't find the random generation calls.

How/What do you use for random generation?

in cryptography, faster is not better - need to ensure you use a crypto ready random generator.

Thank you

We don't do the random generation ourselves but instead use the library ulid

I see. let me check overthere if it's crypto secure.

btw, I finally got it compiling. neat extension, thank you