var searchIndex = {}; searchIndex["rdrand"] = {"doc":"An implementation of random number generators based on `rdrand` and `rdseed` instructions.","items":[[3,"RdRand","rdrand","A cryptographically secure pseudo-random number generator.",null,null],[3,"RdSeed","","A random number generator suited to seed other pseudo-random generators.",null,null],[4,"Error","","",null,null],[13,"UnsupportedProcessor","","The processor does not support the instruction used in the generator.",0,null],[11,"clone","","",0,null],[11,"clone","","",1,null],[11,"new","","Build a generator object. The function will only succeed if `rdrand` instruction can be\nsuccessfully used.",1,{"inputs":[],"output":{"name":"result"}}],[11,"next_u16","","Generate a u16 value.",1,null],[11,"next_u32","","",1,null],[11,"next_u64","","",1,null],[11,"clone","","",2,null],[11,"new","","",2,{"inputs":[],"output":{"name":"result"}}],[11,"next_u16","","Generate a u16 value.",2,null],[11,"next_u32","","",2,null],[11,"next_u64","","",2,null]],"paths":[[4,"Error"],[3,"RdRand"],[3,"RdSeed"]]}; initSearch(searchIndex);