needed-libraries
                                
                                 needed-libraries copied to clipboard
                                
                                    needed-libraries copied to clipboard
                            
                            
                            
                        Random generator
(From Nim community survey 2017)
Would this include reading from system sources of randomness (eg: /dev/urandom)? If so, I have a library that makes that easy: https://github.com/euantorano/sysrandom.nim
For cryptographic use do not use handcrafted random generators. Please consider well-known libraries e.g. https://doc.libsodium.org/generating_random_data
Note that we had auditors review and validate our use of BearSSL CSPRNG as well.
Though our usage is still using the low-level primitives for now https://github.com/status-im/nim-eth/pull/265/files