add hw2
This commit is contained in:
		
							
								
								
									
										17
									
								
								node_modules/lodash-es/_arraySampleSize.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								node_modules/lodash-es/_arraySampleSize.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| import baseClamp from './_baseClamp.js'; | ||||
| import copyArray from './_copyArray.js'; | ||||
| import shuffleSelf from './_shuffleSelf.js'; | ||||
|  | ||||
| /** | ||||
|  * A specialized version of `_.sampleSize` for arrays. | ||||
|  * | ||||
|  * @private | ||||
|  * @param {Array} array The array to sample. | ||||
|  * @param {number} n The number of elements to sample. | ||||
|  * @returns {Array} Returns the random elements. | ||||
|  */ | ||||
| function arraySampleSize(array, n) { | ||||
|   return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length)); | ||||
| } | ||||
|  | ||||
| export default arraySampleSize; | ||||
		Reference in New Issue
	
	Block a user
	 nik
					nik