2
votes
5answers
145 views
Why garbage value cannot act as random number ?
Hello all,
This question may not be language specific.
Is it possible to create a true random number ?
If not why random number generation has to go through some algorithm, why …
4
votes
5answers
2k views
C++ random float
How do I generate random floats in C++?
I thought I could take the integer rand and divide it by something, would that be adequate enough?
1
vote
4answers
240 views
Random numbers from database [closed]
EDIT: Duplicate of http://stackoverflow.com/questions/94906/how-do-i-return-random-numbers-as-a-column-in-sql-server-2005
Hello
How can I generate random numbers in mssql server …
