Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

c get random float

//random float between 0 and a
float x = (float)rand()/(float)(RAND_MAX/a);
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #random #float
ADD COMMENT
Topic
Name
5+2 =