2
I would like to know methods of generating a sequence of random numbers, ranging from 0 to 10, of type float in a size 10 vector.
2
I would like to know methods of generating a sequence of random numbers, ranging from 0 to 10, of type float in a size 10 vector.
Browser other questions tagged c array random-numbers
You are not signed in. Login or sign up in order to post.
What is the difference between the current question and this? There’s something this one won’t answer?
– Wtrmute
@Wtrmute the question you mention is about integer random numbers
– mercador
@heavydsoul Random numbers must be generated through the standard library or must be generated through an algorithm implemented manually ?
– Lacobus
@merchant: And is it really so difficult to convert an entire number into a floating point? I don’t understand.
– Wtrmute
@Wtrmute really isn’t hard, but the shape is different. Maybe OP can do with integers but has some difficulty with real numbers. It is difficult to know what problems he had due to the fact that his question does not provide such details.
– mercador