var searchIndex = {}; searchIndex["random"] = {"doc":"Sources of randomness.","items":[[3,"Sequence","random","A sequence of random quantities.",null,null],[3,"Default","","The default source, which is the Xorshift128+ algorithm.",null,null],[3,"Xorshift128Plus","","The Xorshift128+ algorithm.",null,null],[5,"default","","Return the default source.",null,{"inputs":[],"output":{"name":"default"}}],[11,"new","","Create an instance of the algorithm.",0,null],[11,"read","","",0,null],[8,"Source","","A source of randomness.",null,null],[10,"read","","Return the next raw chunk.",1,null],[11,"take","","Return the next quantity.",1,null],[11,"iter","","Return a sequence of quantities.",1,null],[8,"Quantity","","A random quantity.",null,null],[10,"make","","Make up a quantity from a raw chunk.",2,{"inputs":[{"name":"u64"}],"output":{"name":"self"}}],[11,"next","","",3,null],[11,"seed","","Seed the source.",4,null],[11,"read","","",4,null]],"paths":[[3,"Xorshift128Plus"],[8,"Source"],[8,"Quantity"],[3,"Sequence"],[3,"Default"]]}; initSearch(searchIndex);