Searched refs:distribution (Results 1 – 3 of 3) sorted by relevance
107 Map<Operation, Integer> distribution = new HashMap<Operation, Integer>(); in main() local109 Integer ops = distribution.get(operation); in main()115 distribution.put(operation, ops); in main()119 System.out.println(op + " = " + distribution.get(op)); in main()
23 and distribution as defined by Sections 1 through 9 of this document.120 distribution, then any Derivative Works that You distribute must138 for use, reproduction, or distribution of Your modifications, or140 reproduction, and distribution of the Work otherwise complies with224 documentation and/or other materials provided with the distribution.
59 std::uniform_int_distribution<int32_t> distribution(min_delta, max_delta); in ChooseRelocationOffsetDelta() local60 int32_t r = distribution(generator); in ChooseRelocationOffsetDelta()