# Arduino-library_Creat-a-random-without-some-number **Repository Path**: Pacoshao/Arduino-library_Creat-a-random-without-some-number ## Basic Information - **Project Name**: Arduino-library_Creat-a-random-without-some-number - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Arduino-library_Creat-a-random-without-some-number Have you ever had trouble generating random numbers that don't want to contain some numbers? This library will solve all your problems. This library include this function:New Random(int from,int to,int except[],int arraysize) These parameters respectively represent: from:The smallest number in the range of random numbers you want to generate. to:The biggest number in the range of random numbers you want to generate. except[]:The array of the numbers you don't want them to appear. array:The length of the array of the numbers you don't want them to appear. Please downlaod the library here:https://raw.githubusercontent.com/Pacoshao/Arduino-library_Creat-a-random-without-some-number/master/New_Random/New_Random.zip