{"id":52566,"library":"nebulouslabs-fastrand","title":"fastrand","description":"A cryptographically secure pseudorandom number generator that is faster than crypto/rand.","status":"active","version":"0.0.0-20181203155948-6fb6489aac4e","language":"go","source_language":null,"source_url":"https://github.com/NebulousLabs/fastrand","tags":["random","crypto","prng","performance"],"install":[{"cmd":"go get github.com/NebulousLabs/fastrand","lang":"bash","label":"Install github.com/NebulousLabs/fastrand"}],"dependencies":[],"imports":[{"symbol":"fastrand","correct":"github.com/NebulousLabs/fastrand"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/NebulousLabs/fastrand\"\n)\n\nfunc main() {\n    n := fastrand.Intn(100)\n    fmt.Println(n)\n}","lang":"go","description":"Generates a random integer between 0 and 99."},"warnings":[{"fix":"Consider using crypto/rand for high-security needs.","message":"Implementation not heavily reviewed by cryptographers; use with caution for security-critical applications.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'crypto':14 'crypto/rand':12 'cryptograph':3 'faster':10 'fastrand':1 'generat':7 'number':6 'perform':16 'prng':15 'pseudorandom':5 'random':13 'secur':4","created_at":"2026-06-15T07:00:21.261686+00:00","updated_at":"2026-06-15T07:00:21.261686+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/NebulousLabs/fastrand","github":"https://github.com/NebulousLabs/fastrand","docs":"https://pkg.go.dev/github.com/NebulousLabs/fastrand#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}