var searchIndex = {}; searchIndex["random"] = {"doc":"Means of generating random numbers.","items":[[0,"generators","random","Random-number generators.",null,null],[3,"Ziggurat","random::generators","The Ziggurat algorithm [1].",null,null],[11,"new","","Create a generator.",0,{"inputs":[{"name":"s"}],"output":{"name":"ziggurat"}}],[11,"gaussian","","",0,null],[11,"uniform","","",0,null],[0,"sources","random","Sources of randomness.",null,null],[3,"XorshiftPlus","random::sources","The Xorshift+ algorithm [1].",null,null],[11,"new","","Create a generator.",1,null],[11,"next","","",1,null],[8,"Generator","random","A random-number generator.",null,null],[10,"gaussian","","Draw a sample from the standard Gaussian distribution.",2,null],[10,"uniform","","Draw a sample from the standard uniform distribution.",2,null],[8,"Source","","A source of randomness.",null,null],[10,"next","","Read the next chunk.",3,null]],"paths":[[3,"Ziggurat"],[3,"XorshiftPlus"],[8,"Generator"],[8,"Source"]]}; initSearch(searchIndex);